summaryrefslogtreecommitdiffstats
path: root/res/xml
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 /res/xml
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 'res/xml')
-rw-r--r--res/xml/camera_preferences.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/xml/camera_preferences.xml b/res/xml/camera_preferences.xml
index 6f632e4..edcb23f 100644
--- a/res/xml/camera_preferences.xml
+++ b/res/xml/camera_preferences.xml
@@ -17,12 +17,6 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:camera="http://schemas.android.com/apk/res/com.android.camera">
<PreferenceCategory android:title="@string/pref_camera_settings_category">
- <com.android.camera.BooleanListPreference
- android:key="pref_camera_recordlocation_key"
- android:defaultValue="@string/pref_camera_recordlocation_default"
- android:title="@string/pref_camera_recordlocation_title"
- android:entries="@array/pref_camera_recordlocation_entries"
- android:entryValues="@array/pref_camera_recordlocation_entryvalues" />
<com.android.camera.IconListPreference
android:key="pref_camera_flashmode_key"
android:defaultValue="@string/pref_camera_flashmode_default"
@@ -52,6 +46,12 @@
android:entries="@array/pref_camera_coloreffect_entries"
android:entryValues="@array/pref_camera_coloreffect_entryvalues"
android:dialogTitle="@string/pref_camera_coloreffect_dialogtitle" />
+ <com.android.camera.BooleanListPreference
+ android:key="pref_camera_recordlocation_key"
+ android:defaultValue="@string/pref_camera_recordlocation_default"
+ android:title="@string/pref_camera_recordlocation_title"
+ android:entries="@array/pref_camera_recordlocation_entries"
+ android:entryValues="@array/pref_camera_recordlocation_entryvalues" />
<ListPreference
android:key="pref_camera_picturesize_key"
android:title="@string/pref_camera_picturesize_title"