Adjust the margins for the volume seekbars.
Bug: 5165547 Change-Id: Ic82c03a4b39895f872bfd8ef4e46c795502f78a4
This commit is contained in:
@@ -68,8 +68,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:paddingTop="2dip"
|
||||
android:paddingLeft="12dip"
|
||||
android:paddingRight="20dip" />
|
||||
android:layout_marginRight="@dimen/volume_seekbar_side_margin" />
|
||||
</LinearLayout>
|
||||
|
||||
<!-- Used for the ringer/notification volume -->
|
||||
@@ -109,8 +108,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:paddingTop="2dip"
|
||||
android:paddingLeft="12dip"
|
||||
android:paddingRight="20dip" />
|
||||
android:layout_marginRight="@dimen/volume_seekbar_side_margin" />
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -152,8 +150,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:paddingTop="2dip"
|
||||
android:paddingLeft="12dip"
|
||||
android:paddingRight="20dip" />
|
||||
android:layout_marginRight="@dimen/volume_seekbar_side_margin" />
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -187,8 +184,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:paddingTop="2dip"
|
||||
android:paddingLeft="12dip"
|
||||
android:paddingRight="20dip" />
|
||||
android:layout_marginRight="@dimen/volume_seekbar_side_margin" />
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
@@ -30,4 +30,6 @@
|
||||
|
||||
<dimen name="data_usage_chart_height">220dip</dimen>
|
||||
<dimen name="data_usage_chart_optimalWidth">440dip</dimen>
|
||||
|
||||
<dimen name="volume_seekbar_side_margin">8dip</dimen>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user