OSDN Git Service

Update tile limit for Sound settings.
[android-x86/packages-apps-Settings.git] / src / com / android / settings / notification / SoundSettings.java
index e759c39..ad6da10 100644 (file)
@@ -57,7 +57,7 @@ public class SoundSettings extends DashboardFragment {
     @Override
     public void onAttach(Context context) {
         super.onAttach(context);
-        mProgressiveDisclosureMixin.setTileLimit(6);
+        mProgressiveDisclosureMixin.setTileLimit(1);
     }
 
     @Override