summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2014-10-01 16:43:19 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2014-11-17 17:54:51 -0800
commit74dbd7a70f07f6c3e0e1e3f9a83d7102c681d076 (patch)
tree36a91986b528647a52259173ea80a5f5f125bab7 /res/layout
parent41d18fed018678492323150c661f2b9f6c8931a8 (diff)
downloadandroid_packages_apps_Snap-74dbd7a70f07f6c3e0e1e3f9a83d7102c681d076.tar.gz
android_packages_apps_Snap-74dbd7a70f07f6c3e0e1e3f9a83d7102c681d076.tar.bz2
android_packages_apps_Snap-74dbd7a70f07f6c3e0e1e3f9a83d7102c681d076.zip
SnapdragonCamera: Update UI with new icons and setting menus
Updating icons and settings menus for SnapdragonCamera UI Change-Id: Id7db7d624a517f76f5bd5941ed113e8d13d6aca1
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/filter_mode_view.xml8
-rw-r--r--res/layout/scene_mode_view.xml8
2 files changed, 8 insertions, 8 deletions
diff --git a/res/layout/filter_mode_view.xml b/res/layout/filter_mode_view.xml
index a58e725bd..dfa036c1f 100644
--- a/res/layout/filter_mode_view.xml
+++ b/res/layout/filter_mode_view.xml
@@ -27,11 +27,11 @@
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="@dimen/filter_mode_width"
+ android:layout_height="@dimen/filter_mode_height"
android:layout_gravity="center"
android:orientation="vertical"
- android:padding="7dp" >
+ android:padding="@dimen/filter_mode_padding" >
<ImageView
android:id="@+id/image"
@@ -54,4 +54,4 @@
android:textSize="13sp"
android:textStyle="bold" />
-</LinearLayout> \ No newline at end of file
+</LinearLayout>
diff --git a/res/layout/scene_mode_view.xml b/res/layout/scene_mode_view.xml
index 14e6d5d87..e8a9499d6 100644
--- a/res/layout/scene_mode_view.xml
+++ b/res/layout/scene_mode_view.xml
@@ -31,12 +31,12 @@
android:layout_height="match_parent"
android:layout_gravity="center"
android:orientation="vertical"
- android:padding="5dp" >
+ android:padding="@dimen/scene_mode_padding" >
<LinearLayout
android:id="@+id/border"
- android:layout_width="90dp"
- android:layout_height="85dp"
+ android:layout_width="@dimen/scene_mode_width"
+ android:layout_height="@dimen/scene_mode_height"
android:layout_gravity="center"
android:background="@drawable/scene_mode_view_border"
android:orientation="vertical"
@@ -64,4 +64,4 @@
android:textStyle="bold" />
</LinearLayout>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>