summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rwxr-xr-xres/layout/photo_module.xml5
-rwxr-xr-xres/xml/camera_preferences.xml4
2 files changed, 4 insertions, 5 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index c55433b3f..d65dbd4f6 100755
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -117,11 +117,12 @@
android:id="@+id/blur_degree_bar"
android:orientation="horizontal"
android:layout_gravity="bottom"
- android:paddingBottom="80dp"
+ android:paddingBottom="130dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="30dip"
android:layout_marginLeft="30dip"
- android:layout_marginRight="30dip" />
+ android:layout_marginRight="30dip"
+ android:visibility="gone"/>
</FrameLayout>
</merge>
diff --git a/res/xml/camera_preferences.xml b/res/xml/camera_preferences.xml
index dc73d10da..bf9263ca4 100755
--- a/res/xml/camera_preferences.xml
+++ b/res/xml/camera_preferences.xml
@@ -397,9 +397,7 @@
<ListPreference
camera:key="pref_camera_bokeh_blur_degree_key"
camera:defaultValue="@string/pref_camera_bokeh_blur_degree_default"
- camera:title="@string/pref_camera_bokeh_blur_degree_title"
- camera:entries="@array/pref_camera_bokeh_blur_degree_entries"
- camera:entryValues="@array/pref_camera_bokeh_blur_degree_entry_values" />
+ camera:title="@string/pref_camera_bokeh_blur_degree_title"/>
<ListPreference