summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2011-08-30 14:40:09 +0800
committerRay Chen <raychen@google.com>2011-08-31 11:42:03 +0800
commitd84a2f485d4cda9408f750cbf6cb2eb956bb95e6 (patch)
treebb07132fcdddcfbc1057693aff55ccc69af8add8 /res
parent07e77a5582f69bdd584391aa214e397b631b0d3c (diff)
downloadandroid_packages_apps_Snap-d84a2f485d4cda9408f750cbf6cb2eb956bb95e6.tar.gz
android_packages_apps_Snap-d84a2f485d4cda9408f750cbf6cb2eb956bb95e6.tar.bz2
android_packages_apps_Snap-d84a2f485d4cda9408f750cbf6cb2eb956bb95e6.zip
Fix 5188208 [UI] Remove action bar title in Photo/Video view for portrait phone
Change-Id: I20fba5894e46536f6972bc812d7f2aa5f52840b5
Diffstat (limited to 'res')
-rw-r--r--res/values-w480dp/bool.xml18
-rw-r--r--res/values/bool.xml15
2 files changed, 33 insertions, 0 deletions
diff --git a/res/values-w480dp/bool.xml b/res/values-w480dp/bool.xml
new file mode 100644
index 000000000..6d69b449c
--- /dev/null
+++ b/res/values-w480dp/bool.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <bool name="show_action_bar_title">true</bool>
+</resources> \ No newline at end of file
diff --git a/res/values/bool.xml b/res/values/bool.xml
index cef32a297..7b7ead20f 100644
--- a/res/values/bool.xml
+++ b/res/values/bool.xml
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<resources>
<bool name="dialog_details_view">true</bool>
+ <bool name="show_action_bar_title">false</bool>
</resources> \ No newline at end of file