We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 514a6cf + 242c393 commit 48cf582Copy full SHA for 48cf582
1 file changed
core/res/res/layout/volume_adjust_item.xml
@@ -27,7 +27,6 @@
27
android:layout_width="wrap_content"
28
android:layout_height="wrap_content"
29
android:padding="16dip"
30
- android:layout_marginLeft="8dip"
31
android:background="?attr/selectableItemBackground"
32
/>
33
@@ -38,8 +37,6 @@
38
37
39
android:layout_weight="1"
40
41
- android:layout_marginRight="8dip" />
+ android:layout_marginRight="16dip" />
42
43
</LinearLayout>
44
-
45
0 commit comments