summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-07-05 22:18:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-07-05 22:18:04 +0000
commitdf5e2c1a7472f72c05bc7a3a3cb22c54cb4602f5 (patch)
treee3f21ed85cb14bb8cf9c0a843804986046f3c146 /res/layout
parent2d8f6f00503bc30a77daa3d12e6803e43418e3be (diff)
parent45cdfa78d4f39db1d18514c4cab0e0e8442b5202 (diff)
downloadandroid_packages_apps_Trebuchet-df5e2c1a7472f72c05bc7a3a3cb22c54cb4602f5.tar.gz
android_packages_apps_Trebuchet-df5e2c1a7472f72c05bc7a3a3cb22c54cb4602f5.tar.bz2
android_packages_apps_Trebuchet-df5e2c1a7472f72c05bc7a3a3cb22c54cb4602f5.zip
Merge "Polish popup" into ub-launcher3-dorval-polish
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/horizontal_divider.xml5
-rw-r--r--res/layout/popup_container.xml4
2 files changed, 2 insertions, 7 deletions
diff --git a/res/layout/horizontal_divider.xml b/res/layout/horizontal_divider.xml
deleted file mode 100644
index 167f8f5d8..000000000
--- a/res/layout/horizontal_divider.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<View xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="@dimen/popup_item_divider_height"
- android:background="?attr/popupColorTertiary" /> \ No newline at end of file
diff --git a/res/layout/popup_container.xml b/res/layout/popup_container.xml
index e9cfe24ee..67db4a561 100644
--- a/res/layout/popup_container.xml
+++ b/res/layout/popup_container.xml
@@ -19,8 +19,8 @@
android:id="@+id/deep_shortcuts_container"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:paddingTop="8dp"
- android:paddingBottom="8dp"
+ android:paddingTop="4dp"
+ android:paddingBottom="4dp"
android:clipToPadding="false"
android:clipChildren="false"
android:elevation="@dimen/deep_shortcuts_elevation"