Move Ringtones out of Advanced.
Increase the tile limit in Settings->Sound so that Ringtones is not hidden inside the Advances options. Fix: 35318739 Test: Visual Change-Id: I08db7b79127226bb6ef8ce8f147e5a90f5939d79
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="ringtones_preferecence_category"
|
||||
android:title="@string/ringtones_category_preference_title" />
|
||||
android:title="@string/ringtones_category_preference_title" >
|
||||
|
||||
<!-- Phone ringtone -->
|
||||
<com.android.settings.DefaultRingtonePreference
|
||||
@@ -87,6 +87,8 @@
|
||||
android:persistent="false"
|
||||
android:ringtoneType="alarm" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<!-- Other sounds -->
|
||||
<PreferenceCategory
|
||||
android:key="other_sound_preferecence_category"
|
||||
|
@@ -57,7 +57,7 @@ public class SoundSettings extends DashboardFragment {
|
||||
@Override
|
||||
public void onAttach(Context context) {
|
||||
super.onAttach(context);
|
||||
mProgressiveDisclosureMixin.setTileLimit(5);
|
||||
mProgressiveDisclosureMixin.setTileLimit(6);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user