1
下午好,我正在嘗試用陰影創建ImageButton。ImageButton海拔問題
爲了做到這一點:
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:padding="5sp">
<ImageButton
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/circle_shape_little"
android:src="@drawable/ic_keyboard_arrow_right_black_24dp"
android:elevation="3sp"/>
</LinearLayout>
但這裏是結果:
正如你所看到的,邊界被 「腰斬」,我不知道爲什麼。
有人能幫助我嗎?謝謝。
嘗試將所有'sp'改爲'dp' – Enzokie
沒有用,謝謝! –
@ D.Math嘗試添加此行'android:outlineProvider =「bounds」'。 –