1
私はtablayoutに白い背景を持つselectableItemBackground?
android:background="?attr/selectableItemBackground"
それは波紋アニメーションを可能にしますが、デフォルトの色は一種の灰色であるの背景を変更する必要が波紋アニメーションを実装するためのタブレイアウト
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:animateLayoutChanges="true"
android:background="@color/background_white" />
を持っていたし、私は私の背景が欲しいです白のようなカスタマイズされた色にするには、私も試しました
android:background="@color/white"
app:tabBackground="?attr/selectableItemBackground"
しかし、背景色が白い場合は表示されません。
私はちょうどそれが白い背景で動作しない理由がわからないのですか?