add the click background to all controls

This commit is contained in:
tibbi 2017-04-07 21:53:56 +02:00
parent 411f95a6bd
commit 802f283466

View file

@ -32,6 +32,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="?attr/selectableItemBackgroundBorderless"
android:paddingBottom="@dimen/small_margin"
android:paddingTop="@dimen/small_margin"
android:src="@drawable/ic_play"/>
@ -42,6 +43,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="?attr/selectableItemBackgroundBorderless"
android:paddingBottom="@dimen/small_margin"
android:paddingTop="@dimen/small_margin"
android:src="@drawable/ic_next"/>