Fix padding in multi selection menu

This commit is contained in:
PavelRatushny 2017-12-29 17:27:54 +02:00
parent a412f7102e
commit be1bc94e36
3 changed files with 9 additions and 3 deletions

View file

@ -19,8 +19,8 @@
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:paddingBottom="@dimen/content_padding_small"
android:paddingTop="@dimen/list_content_padding"
android:paddingBottom="@dimen/multi_selection_menu_padding_bottom"
android:paddingTop="@dimen/multi_selection_menu_padding_top"
android:layout_weight="1"
android:orientation="vertical">
@ -43,7 +43,7 @@
</LinearLayout>
<LinearLayout
android:paddingTop="@dimen/list_content_padding"
android:paddingTop="@dimen/multi_selection_menu_padding_top"
android:id="@+id/context_menu_icon_layout"
android:layout_width="wrap_content"
android:layout_height="match_parent"

View file

@ -177,4 +177,7 @@
<dimen name="wikipedia_button_left_padding">29dp</dimen>
<dimen name="multi_selection_menu_padding_top">20dp</dimen>
<dimen name="multi_selection_menu_padding_bottom">23dp</dimen>
</resources>

View file

@ -249,4 +249,7 @@
<dimen name="multi_selection_header_height">52dp</dimen>
<dimen name="wikipedia_button_left_padding">19dp</dimen>
<dimen name="multi_selection_menu_padding_top">13dp</dimen>
<dimen name="multi_selection_menu_padding_bottom">15dp</dimen>
</resources>