summaryrefslogtreecommitdiffstats
path: root/res/layout-large
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-05-25 16:26:16 -0700
committerMichael Jurka <mikejurka@google.com>2011-05-25 16:29:23 -0700
commit20bb6c88f705531d36b7728b9f3cbb7042ef9513 (patch)
tree1ee37e20fff548f3724ba3a74eda53bb144bfc2f /res/layout-large
parented4c1f1eaddd23ea3a19750533e84d7411334534 (diff)
downloadandroid_packages_apps_Trebuchet-20bb6c88f705531d36b7728b9f3cbb7042ef9513.tar.gz
android_packages_apps_Trebuchet-20bb6c88f705531d36b7728b9f3cbb7042ef9513.tar.bz2
android_packages_apps_Trebuchet-20bb6c88f705531d36b7728b9f3cbb7042ef9513.zip
Fixing the customize drawer tabs on large devices
Diffstat (limited to 'res/layout-large')
-rw-r--r--res/layout-large/customize_tab_widget_indicator.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/layout-large/customize_tab_widget_indicator.xml b/res/layout-large/customize_tab_widget_indicator.xml
new file mode 100644
index 000000000..186a34294
--- /dev/null
+++ b/res/layout-large/customize_tab_widget_indicator.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2010 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.
+-->
+
+<com.android.launcher2.AccessibleTabView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ style="@style/CustomizeTabIndicator.Wide" />