0
我希望創造同樣的活動像谷歌適合的Android的ImageButton互動
我創建了一個活動與android:theme="@style/Theme.AppCompat.Light.NoActionBar">
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ddd"
android:orientation="vertical"
tools:context=".MainActivity">
<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:layout_marginEnd="10dp"
android:layout_marginRight="10dp"
android:layout_marginTop="12dp"
android:background="@null"
android:onClick="onPreferencesClick"
android:src="@drawable/ic_more_vert_grey600_24dp" />
但是當我點擊三個點button
沒有關係在UI中沒有任何推動效果,但onPreferencesClick
工作正常。 如何創建可推入ImageButton
?
創建ImageButton的自定義選擇:HTTP: //www.mkyong.com/android/android-imagebutton-selector-example/ – 2014-12-04 10:17:32