Fix bottom controller bg

This commit is contained in:
PavelRatushny 2017-12-04 11:34:27 +02:00
parent 5612786c1d
commit 0ac8fd0d2e

View file

@ -286,7 +286,7 @@
android:id="@+id/title_button_bottom"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="?attr/selectableItemBackground"
android:background="@null"
android:gravity="center_vertical"
android:paddingLeft="@dimen/context_menu_button_padding_x"
android:paddingRight="@dimen/context_menu_button_padding_x"