Minor fixes to the popup menu button
This commit is contained in:
parent
260a7d522d
commit
fc42a16320
2 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:padding="@dimen/activity_margin_small"
|
||||
android:src="@drawable/ic_more_vert_gray"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<resources>
|
||||
<!-- Default screen margins, per the Android Design guidelines. -->
|
||||
<dimen name="activity_margin_small">8dp</dimen>
|
||||
<dimen name="activity_margin">16dp</dimen>
|
||||
<dimen name="activity_margin_large">32dp</dimen>
|
||||
<dimen name="activity_horizontal_margin">16dp</dimen>
|
||||
|
|
Loading…
Reference in a new issue