<TextView android:id="@+id/textView1" android:layout_width="match_parent" android:layout_height="10" 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上得到了上面的消息.我是android开发的新手.
解决方法
使用dp或sp指定整数值
android:layout_height="10dp"
要么
android:layout_height="35sp"