我正在創建一個calc應用程序。 如何設置填充萎縮的背景圖像.. 我想轉換成類似如何在textView中設置背景圖像的填充?
我的TextView的XML:
<TextView
android:id="@+id/c_tv_id"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="fill"
android:gravity="center"
android:layout_columnWeight="1"
android:layout_rowWeight="1"
android:text=""
android:background="@drawable/ic_backspace_black_24dp"
android:padding="5dp"/>
您可以設置圖像作爲繪製,並TextView的提供可繪製填充。 – shravani
可以理解「將圖像設置爲可繪製的」。你可以給代碼嗎? – Abhi
如果您不顯示文本,請勿使用TextView。使用ImageView – Budius