summaryrefslogtreecommitdiffstats
path: root/res/layout/mode_selector.xml
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2014-02-19 11:04:39 -0800
committerDoris Liu <tianliu@google.com>2014-02-19 12:05:06 -0800
commit7f946f00d780c1508d6f3c85800ec8ece36b594e (patch)
tree971512ef6cb9443a7dbad4d421b9057ce99983e4 /res/layout/mode_selector.xml
parent6514fd911e70b6ee679563ce25300876a719c67a (diff)
downloadandroid_packages_apps_Camera2-7f946f00d780c1508d6f3c85800ec8ece36b594e.tar.gz
android_packages_apps_Camera2-7f946f00d780c1508d6f3c85800ec8ece36b594e.tar.bz2
android_packages_apps_Camera2-7f946f00d780c1508d6f3c85800ec8ece36b594e.zip
Change mode drawer text to 16sp
Bug: 12994786 Change-Id: Id4c9f1f573f7a19cc5450df599c0d36f7de2f94f
Diffstat (limited to 'res/layout/mode_selector.xml')
-rw-r--r--res/layout/mode_selector.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/mode_selector.xml b/res/layout/mode_selector.xml
index 939ed07dd..d686d5cc4 100644
--- a/res/layout/mode_selector.xml
+++ b/res/layout/mode_selector.xml
@@ -28,7 +28,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical"
- android:textSize="14sp"
+ android:textSize="16sp"
android:textColor="@color/mode_selector_text_color"
android:layout_marginLeft="@dimen/mode_selector_icon_block_width" />
<com.android.camera.ui.ModeIconView