错误:错误:不允许使用整数类型(在“layout_height”处,值为“10”)
Posted
技术标签:
【中文标题】错误:错误:不允许使用整数类型(在“layout_height”处,值为“10”)【英文标题】:error: Error: Integer types not allowed (at 'layout_height' with value '10') 【发布时间】:2015-03-05 07:58:17 【问题描述】:<TextView
android:id="@+id/textView1"
android:layout_
android:layout_
android:layout_alignBottom="@+id/editText2"
android:layout_alignRight="@+id/editText2"
android:layout_alignEnd="@+id/editText2"
android:layout_marginBottom="63dp"
android:text="@string/hello" />
每次我输入没有字符串的文本时,它都会给我一个黄色的我签名。所以我做了一个字符串。现在我在 layout_height 收到上述消息。我是安卓开发新手。
【问题讨论】:
【参考方案1】:使用 dp 或 sp 指定整数值
android:layout_
或
android:layout_
【讨论】:
【参考方案2】:你应该在 dp 中指定高度。
身高和体重属性是基于单位的。你不能简单地添加整数。
android:layout_
也检查这些链接
What is the difference between "px", "dp", "dip" and "sp" on Android?
http://developer.android.com/guide/topics/resources/more-resources.html#Dimension
What's the difference between fill_parent and wrap_content?
【讨论】:
以上是关于错误:错误:不允许使用整数类型(在“layout_height”处,值为“10”)的主要内容,如果未能解决你的问题,请参考以下文章
typedef struct 导致“不允许指向不完整类型的指针”错误
Tensorflow 类型错误:不允许使用 `tf.Tensor` 作为 Python `bool`。
错误:(36, 33) 尺寸类型不允许(在“backgroundTint”处,值为“22dp”)