summaryrefslogtreecommitdiffstats
path: root/res/values-w360dp-h420dp
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2016-10-07 18:32:30 -0700
committerJustin Klaassen <justinklaassen@google.com>2016-10-11 07:40:18 -0700
commitfeaedf7c77195021484a9bcd7e3d7c40cbeba78e (patch)
tree25702ff0d4f0500573f216539c08a192a02b94ec /res/values-w360dp-h420dp
parent93a360d219ec6c249a75bb73be99f55692865e3f (diff)
downloadandroid_packages_apps_DeskClock-feaedf7c77195021484a9bcd7e3d7c40cbeba78e.tar.gz
android_packages_apps_DeskClock-feaedf7c77195021484a9bcd7e3d7c40cbeba78e.tar.bz2
android_packages_apps_DeskClock-feaedf7c77195021484a9bcd7e3d7c40cbeba78e.zip
Cleanup tabs implementation
Bug: 29934832 - Removed unnecessary layout forks. - Fixed support for font scaling. - Also removed all unused resources. Test: Manually verified tab layout in port, land, and tablet. Change-Id: I08e9f7bde4c155f388ec50d46bf1d09d74c40616
Diffstat (limited to 'res/values-w360dp-h420dp')
-rw-r--r--res/values-w360dp-h420dp/bools.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values-w360dp-h420dp/bools.xml b/res/values-w360dp-h420dp/bools.xml
new file mode 100644
index 000000000..0708712f7
--- /dev/null
+++ b/res/values-w360dp-h420dp/bools.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2016 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="showTabLabel">true</bool>
+</resources>