Fix for 2284833 : Remove big brightness icon and make it a small one on the title bar.

This commit is contained in:
Amith Yamasani
2010-02-26 14:09:37 -08:00
parent 1ab39e0f09
commit 1d5c898a3d
3 changed files with 3 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ public class BrightnessPreference extends SeekBarPreference implements
com.android.internal.R.bool.config_automatic_brightness_available);
setDialogLayoutResource(R.layout.preference_dialog_brightness);
setDialogIcon(R.drawable.ic_settings_display);
}
@Override