Fix bottom controller bg
This commit is contained in:
parent
5612786c1d
commit
0ac8fd0d2e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue