Fix main actions height
This commit is contained in:
parent
67b86905e1
commit
2704ad7268
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@
|
||||||
android:paddingRight="@dimen/context_menu_padding_margin_small"
|
android:paddingRight="@dimen/context_menu_padding_margin_small"
|
||||||
android:id="@+id/context_menu_buttons"
|
android:id="@+id/context_menu_buttons"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/context_menu_action_buttons_height"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
|
Loading…
Reference in a new issue