From 0615a84e6cb349b74c3bdf86f859650cae16f4fb Mon Sep 17 00:00:00 2001 From: pezhan Date: Wed, 25 Jan 2017 13:33:34 +0800 Subject: SnapdragonCamera:Fix The setting list and picture size aren't same as spec SettingActivity is short of action bar and prefenence title's size not the same as UI spec. Adjust prefenence title's size and style, add actionbar for SettingActivity. Change-Id: I17977f655a99ba087acaaa12232f05341c93471e CRs-Fixed: 1105206 --- res/layout/preferences_category.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout') diff --git a/res/layout/preferences_category.xml b/res/layout/preferences_category.xml index 3dae03b0a..e002c4e40 100644 --- a/res/layout/preferences_category.xml +++ b/res/layout/preferences_category.xml @@ -33,7 +33,7 @@ android:gravity="center_vertical" android:paddingLeft="15dp" android:paddingTop="15dp" - android:textAllCaps="true" + android:textAllCaps="false" android:textColor="#ff999999" android:textSize="14sp" android:textStyle="bold" /> -- cgit v1.2.3