Fix main actions height

This commit is contained in:
PavelRatushnyi 2017-12-13 22:46:50 +02:00
parent 67b86905e1
commit 2704ad7268

View file

@ -366,7 +366,7 @@
android:paddingRight="@dimen/context_menu_padding_margin_small"
android:id="@+id/context_menu_buttons"
android:layout_width="match_parent"
android:layout_height="@dimen/context_menu_action_buttons_height"
android:layout_height="wrap_content"
android:orientation="horizontal">
<LinearLayout