Skip to content

Commit 48cf582

Browse files
Justin HoAndroid (Google) Code Review
authored andcommitted
Merge "Volume overlay right padding increased" into ics-mr0
2 parents 514a6cf + 242c393 commit 48cf582

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)