summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2019-04-01 22:41:44 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-04-01 22:41:44 +0000
commit3acdae62228f70b5e0913f074bf9726e04d1f5d4 (patch)
treed6167e990e56bd475406c9ffd7d106ed5a924121
parentc5e7823241e78938532b267384e6916d94df1d97 (diff)
parent4eaefcdc1dad562551a1fafab92326b1085d10df (diff)
Merge "Fine tune app entites measurement"
-rw-r--r--packages/SettingsLib/EntityHeaderWidgets/res/layout/app_entities_header.xml4
-rw-r--r--packages/SettingsLib/EntityHeaderWidgets/res/layout/app_view.xml3
2 files changed, 4 insertions, 3 deletions
diff --git a/packages/SettingsLib/EntityHeaderWidgets/res/layout/app_entities_header.xml b/packages/SettingsLib/EntityHeaderWidgets/res/layout/app_entities_header.xml
index 716fc8ded734..71bbd5bd105a 100644
--- a/packages/SettingsLib/EntityHeaderWidgets/res/layout/app_entities_header.xml
+++ b/packages/SettingsLib/EntityHeaderWidgets/res/layout/app_entities_header.xml
@@ -20,8 +20,8 @@
android:id="@+id/app_entities_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingStart="24dp"
- android:paddingEnd="8dp"
+ android:paddingStart="16dp"
+ android:paddingEnd="16dp"
android:gravity="center"
android:orientation="vertical">
diff --git a/packages/SettingsLib/EntityHeaderWidgets/res/layout/app_view.xml b/packages/SettingsLib/EntityHeaderWidgets/res/layout/app_view.xml
index 013d2d004471..0db6dfb94dd6 100644
--- a/packages/SettingsLib/EntityHeaderWidgets/res/layout/app_view.xml
+++ b/packages/SettingsLib/EntityHeaderWidgets/res/layout/app_view.xml
@@ -20,7 +20,8 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:layout_marginEnd="16dp"
+ android:layout_marginStart="8dp"
+ android:layout_marginEnd="8dp"
android:gravity="center"
android:clickable="true"
android:background="@*android:drawable/btn_borderless_material"