【发布时间】:2014-03-28 00:40:51
【问题描述】:
我有这个代码
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_gravity="center_vertical"
android:background="@drawable/tick"
android:contentDescription="img" />
<TextView
android:id="@+id/txt1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:text="text1 "
android:textColor="#fff"
android:textSize="@dimen/sizeNormal" />
我收到警告This tag and its children can be replaced by one <TextView/> and a compound drawable
如何将它们合并到一个文本视图中?
我已经尝试过,但同时我遇到了刻度图像尺寸问题。
这里可以看到图片
【问题讨论】:
-
我也吃过。但这对我来说不是解决方案,因为我们需要调整 tickimg 的大小
标签: android