Fix padding
This commit is contained in:
parent
71330aef6c
commit
104a3e4c79
1 changed files with 2 additions and 0 deletions
|
@ -353,6 +353,8 @@
|
|||
android:background="?attr/dashboard_divider"/>
|
||||
|
||||
<LinearLayout
|
||||
android:paddingLeft="@dimen/context_menu_padding_margin_medium"
|
||||
android:paddingRight="@dimen/context_menu_padding_margin_medium"
|
||||
android:id="@+id/context_menu_buttons"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue