OSDN Git Service

Fix 5188208 [UI] Remove action bar title in Photo/Video view for portrait phone
authorRay Chen <raychen@google.com>
Tue, 30 Aug 2011 06:40:09 +0000 (14:40 +0800)
committerRay Chen <raychen@google.com>
Wed, 31 Aug 2011 03:42:03 +0000 (11:42 +0800)
Change-Id: I20fba5894e46536f6972bc812d7f2aa5f52840b5

res/values-w480dp/bool.xml [new file with mode: 0644]
res/values/bool.xml

diff --git a/res/values-w480dp/bool.xml b/res/values-w480dp/bool.xml
new file mode 100644 (file)
index 0000000..6d69b44
--- /dev/null
@@ -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
index cef32a2..7b7ead2 100644 (file)
@@ -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