Volume settings refinements as per designer feedback.
Reduced titles, changed dialog icon, reduced padding.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<SeekBar android:id="@*android:id/seekbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="6dip"
|
||||
android:paddingTop="2dip"
|
||||
android:paddingLeft="20dip"
|
||||
android:paddingRight="20dip" />
|
||||
|
||||
@@ -57,8 +57,8 @@
|
||||
<SeekBar android:id="@+id/media_volume_seekbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="6dip"
|
||||
android:paddingLeft="20dip"
|
||||
android:paddingTop="2dip"
|
||||
android:paddingLeft="20dip"
|
||||
android:paddingRight="20dip" />
|
||||
|
||||
<!-- Used for the alarm volume -->
|
||||
@@ -72,7 +72,7 @@
|
||||
<SeekBar android:id="@+id/alarm_volume_seekbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="6dip"
|
||||
android:paddingTop="2dip"
|
||||
android:paddingLeft="20dip"
|
||||
android:paddingRight="20dip" />
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
<SeekBar android:id="@+id/notification_volume_seekbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="6dip"
|
||||
android:paddingTop="2dip"
|
||||
android:paddingLeft="20dip"
|
||||
android:paddingRight="20dip" />
|
||||
|
||||
|
Reference in New Issue
Block a user