【发布时间】:2014-09-05 14:36:21
【问题描述】:
我的布局中有 textview,如下所示:
<TextView
android:id="@+id/actionbar_notifcation_textview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:padding="2dp"
android:background="@drawable/notif"
android:textColor="@color/wallet_bright_foreground_holo_dark"/>
有什么方法可以让 textview 的背景大小适合动态填充它的文本?
【问题讨论】:
-
听起来您希望背景图像根据运行时设置的TextView文本的字符串长度动态增长/收缩?
标签: android xml eclipse textview