summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCheng-Ru Lin <owenlin@google.com>2009-09-26 09:34:27 +0800
committerCheng-Ru Lin <owenlin@google.com>2009-09-28 09:19:59 +0800
commit78e428b016fc63621752ce4150c2179364e92df1 (patch)
tree0e74447e80fc901a16292a9c34c255a6df70e370 /src
parentd02b313115e8f4c92a377955af62478765146fb1 (diff)
downloadLegacyCamera-78e428b016fc63621752ce4150c2179364e92df1.zip
LegacyCamera-78e428b016fc63621752ce4150c2179364e92df1.tar.gz
LegacyCamera-78e428b016fc63621752ce4150c2179364e92df1.tar.bz2
Fix style issues in on-screen settings.
1. Make the item as high as 64dp. 2. Move the title of the second level menu to the left 3. Change 5M to 5M pixel 4. Enlarge the viewfinder and also review image Change-Id: Iad0e05df168336ac6c80124d9b24e0e1acbfdf3e
Diffstat (limited to 'src')
-rw-r--r--src/com/android/camera/OnScreenSettings.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/OnScreenSettings.java b/src/com/android/camera/OnScreenSettings.java
index 06818b2..61ce4f8 100644
--- a/src/com/android/camera/OnScreenSettings.java
+++ b/src/com/android/camera/OnScreenSettings.java
@@ -373,7 +373,7 @@ public class OnScreenSettings {
CharSequence entry[] = mPreference.getEntries();
if (position == 0) {
convertView = inflateIfNeed(convertView,
- R.layout.on_screen_submenu_header, parent, false);
+ R.layout.on_screen_menu_header, parent, false);
((TextView) convertView.findViewById(
R.id.title)).setText(mPreference.getDialogTitle());
} else {