summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorpezhan <pezhan@codeaurora.org>2017-01-09 11:19:54 +0800
committerpezhan <pezhan@codeaurora.org>2017-01-11 15:20:31 +0800
commit326822d1e444da7b227be3c86815e3ee6eb6453d (patch)
tree09fa64a75d294bbd63faf5298d861197d5e30478 /res/values/styles.xml
parent15f6d966c807c371a12f68bf9f5f4e7447a9ba8e (diff)
downloadandroid_packages_apps_Snap-326822d1e444da7b227be3c86815e3ee6eb6453d.tar.gz
android_packages_apps_Snap-326822d1e444da7b227be3c86815e3ee6eb6453d.tar.bz2
android_packages_apps_Snap-326822d1e444da7b227be3c86815e3ee6eb6453d.zip
SnapdragonCamera:Fix [FR35432] BestPicture function lost.
Add dialog when saving selected BestPicture. Add "X" icon display beside camcorder icon to exit BestPicture mode. Add multiple selections(Three dots beside SAVE)and "X" icon. Add dialog when select "X" icon. Add overflow menu with multiple selections to chose "Save All" or "Delete All" when click overflow menu. Add click for "Save All" to save all 1o pictures. Add click for "Delete All" to pop delete all dialog. Change-Id: I59cdad0f77fde616ea34db4d9d186d322285e394 CRs-Fixed: 1102814, 1102807, 1099428
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 8432c11e9..a48d453cc 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -330,4 +330,10 @@
<item name="android:textSize">16dp</item>
<item name="android:background">@android:color/transparent</item>
</style>
+
+ <style name="BestPhoneOverflow">
+ <item name="android:textColor">@android:color/black</item>
+ <item name="android:gravity">center</item>
+ <item name="android:textSize">18sp</item>
+ </style>
</resources>