summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorLikai Ding <likaid@codeaurora.org>2016-05-10 15:09:40 +0800
committerLikai Ding <likaid@codeaurora.org>2016-06-06 09:02:31 +0800
commitdca8afa5e689dbb96649884bfb0deab9b89055f0 (patch)
tree164347436c22b8476a5b6ac818897708d75efed3 /res
parentba67cf5040e930cf28173079dc5ae473614281f9 (diff)
downloadandroid_packages_apps_Gallery2-dca8afa5e689dbb96649884bfb0deab9b89055f0.tar.gz
android_packages_apps_Gallery2-dca8afa5e689dbb96649884bfb0deab9b89055f0.tar.bz2
android_packages_apps_Gallery2-dca8afa5e689dbb96649884bfb0deab9b89055f0.zip
Gallery: don't flash title on launch
Request no title feature in app theme instead of during onCreate(). CRs-Fixed: 1024516 Change-Id: I2805f1e5bdfbeaf3b4e142d9aab18b8e75669e68
Diffstat (limited to 'res')
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index e4b02fc04..6d8d528f7 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -316,6 +316,7 @@
<item name="android:actionOverflowButtonStyle">@style/MyOverFlow</item>
<item name="android:homeAsUpIndicator">@drawable/back</item>
<item name="android:actionModeCloseDrawable">@drawable/multiselected_back</item>
+ <item name="android:windowNoTitle">true</item>
</style>
<style name="QueryTheme" parent="android:Theme.Material">