我想通過使用XML樣式如何使用XML樣式來創建Android的自定義按鈕
這只是一個例子,我想做出這種按鈕[相同的背景&文本]顏色寫一些其他的文本,如:關於我
不過我使用由設計師在Photoshop
<ImageButton
android:id="@+id/imageButton5"
android:contentDescription="AboutUs"
android:layout_width="wrap_content"
android:layout_marginTop="8dp"
android:layout_height="wrap_content"
android:layout_below="@+id/view_pager"
android:layout_centerHorizontal="true"
android:background="@drawable/aboutus" />
創建的按鈕
注:我需要這種按鈕的每一個大小和形狀
我不想用我的Android應用我要讓使用XML僅
我們這樣的圖像,並設置爲您的imageView的背景。 –