我的TextView在我的佈局如下: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的背景大小,以適應與動態填充它的文本?
看看這裏 http://vmustafayev4en.blogspot.in/2012/02/setting-background-image-of-android.html – AruLNadhaN 2014-09-05 14:57:42
這聽起來像你希望背景圖像動態增長/縮小取決於在運行時設置的TextView文本的字符串長度? – Bryan 2014-09-05 17:46:54