Fix padding in multi selection menu
This commit is contained in:
parent
a412f7102e
commit
be1bc94e36
3 changed files with 9 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in a new issue