summaryrefslogtreecommitdiffstats
path: root/res/values-land
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-03-24 17:28:25 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-03-24 17:29:23 -0700
commitf37a21412afb16f61ca23b5aca2e90691b57e171 (patch)
tree6e4281017ab0a7247ca4d98f2e77e9b33d4711ff /res/values-land
parent17763cb1d2060fb95873a8920196720c862f0e14 (diff)
downloadandroid_packages_apps_Trebuchet-f37a21412afb16f61ca23b5aca2e90691b57e171.tar.gz
android_packages_apps_Trebuchet-f37a21412afb16f61ca23b5aca2e90691b57e171.tar.bz2
android_packages_apps_Trebuchet-f37a21412afb16f61ca23b5aca2e90691b57e171.zip
Defining separate layouts for horizontal and vertical drop target bars
instead of chaning the layouts in DeviceProfile Bug: 27721989 Change-Id: I9a22c21e643f4fd0058c9be5e9d705aaf7649204
Diffstat (limited to 'res/values-land')
-rw-r--r--res/values-land/dimens.xml4
-rw-r--r--res/values-land/styles.xml39
2 files changed, 0 insertions, 43 deletions
diff --git a/res/values-land/dimens.xml b/res/values-land/dimens.xml
index 2be939154..391575995 100644
--- a/res/values-land/dimens.xml
+++ b/res/values-land/dimens.xml
@@ -15,10 +15,6 @@
-->
<resources>
-<!-- QSB -->
- <dimen name="toolbar_button_vertical_padding">8dip</dimen>
- <dimen name="toolbar_button_horizontal_padding">0dip</dimen>
-
<!-- Container -->
<item name="container_margin" format="fraction" type="fraction">12%</item>
</resources>
diff --git a/res/values-land/styles.xml b/res/values-land/styles.xml
deleted file mode 100644
index 40926799f..000000000
--- a/res/values-land/styles.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-* Copyright (C) 2008 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>
-
- <style name="DropTargetButtonContainer">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">wrap_content</item>
- </style>
-
- <!-- This style applies to the drop target when it is shown in the sidebar -->
- <style name="DropTargetButton" parent="DropTargetButtonBase">
- <item name="android:layout_height">wrap_content</item>
- <item name="android:gravity">center</item>
- <item name="android:drawablePadding">0dp</item>
- <item name="android:paddingTop">@dimen/toolbar_button_vertical_padding</item>
- <item name="android:paddingBottom">@dimen/toolbar_button_vertical_padding</item>
- <item name="android:paddingLeft">@dimen/toolbar_button_horizontal_padding</item>
- <item name="android:paddingRight">@dimen/toolbar_button_horizontal_padding</item>
- <item name="android:shadowColor">#DD000000</item>
- </style>
-
-</resources> \ No newline at end of file