Skip to content

Commit 242c393

Browse files
author
Peter Ng
committed
Volume overlay right padding increased
Bug: 5445601 Change-Id: Ia5c5455816d99f59893fb3352d400b0cf1a1d806
1 parent 87228cd commit 242c393

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

core/res/res/layout/volume_adjust_item.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
android:layout_width="wrap_content"
2828
android:layout_height="wrap_content"
2929
android:padding="16dip"
30-
android:layout_marginLeft="8dip"
3130
android:background="?attr/selectableItemBackground"
3231
/>
3332

@@ -38,8 +37,6 @@
3837
android:layout_height="wrap_content"
3938
android:layout_weight="1"
4039
android:padding="16dip"
41-
android:layout_marginRight="8dip" />
40+
android:layout_marginRight="16dip" />
4241

4342
</LinearLayout>
44-
45-

0 commit comments

Comments
 (0)