を働いていない、これは波及効果は
<RelativeLayout android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackground"
android:clickable="true"
android:focusable="true"
xmlns:android="http://schemas.android.com/apk/res/android" >
<TextView
android:id="@+id/save"
android:layout_centerVertical="true"
android:text="@string/save"
android:textSize="@dimen/text_size"
android:textColor="@color/white"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<ImageView
android:layout_toRightOf="@+id/save"
android:layout_centerVertical="true"
android:src="@drawable/ic_right_arrow"
android:layout_width="wrap_content"
android:layout_height="wrap_content" /></RelativeLayout>
リップルが唯一の子ビューの外に動作するレイアウトコードです。どのようにリップルを達成するためにchildviewsを含む全体のレイアウトに影響を与える?あなたはこれが波紋を行います
android:foreground="?android:attr/selectableItemBackground"
に
android:background="?android:attr/selectableItemBackground"
を変更しようとすることができ
セット「アンドロイド:バックグラウンド=」? android:attr/selectableItemBackground ""も同様です。 –
子ビューは、クリックされたときに個別の波紋を持ち、何かがクリックされたときにリップルを持つようにRelativeLayoutを設定しますか? – Rachit
@Rachit noレイアウト全体に1つのリップルが欲しい –