summaryrefslogtreecommitdiffstats
path: root/res/layout/app_drawer_item.xml
diff options
context:
space:
mode:
authorHayden Schoen <hayden@cyngn.com>2015-04-27 14:07:12 -0700
committerRajesh Yengisetty <rajesh@cyngn.com>2015-05-06 22:18:06 +0000
commit5207eac2786b15534252b826662dbe537144c2c7 (patch)
tree358850c9f9bc65a512a6dbd953fc003fd2684ab5 /res/layout/app_drawer_item.xml
parentb2dda0e4667f08342adfe4d3849bcce32f1fdf21 (diff)
downloadandroid_packages_apps_Trebuchet-5207eac2786b15534252b826662dbe537144c2c7.tar.gz
android_packages_apps_Trebuchet-5207eac2786b15534252b826662dbe537144c2c7.tar.bz2
android_packages_apps_Trebuchet-5207eac2786b15534252b826662dbe537144c2c7.zip
Trebuchet: Adjusted margin and vertical alignment of row title
Change-Id: Ic3e0837ac2726e4437bc5df68a3b1cb033d2d78f
Diffstat (limited to 'res/layout/app_drawer_item.xml')
-rw-r--r--res/layout/app_drawer_item.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/res/layout/app_drawer_item.xml b/res/layout/app_drawer_item.xml
index 46a965226..19aef139d 100644
--- a/res/layout/app_drawer_item.xml
+++ b/res/layout/app_drawer_item.xml
@@ -32,7 +32,6 @@
<LinearLayout
android:id="@+id/drawer_item_flow"
android:layout_alignParentRight="true"
- android:paddingTop="10dp"
android:layout_toRightOf="@+id/drawer_item_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -50,11 +49,14 @@
<com.android.launcher3.AutoFitTextView
android:id="@+id/drawer_item_title"
android:layout_width="27dp"
- android:layout_height="wrap_content"
- android:layout_marginTop="10dp"
+ android:layout_height="fill_parent"
+ android:layout_marginTop="6dp"
+ android:layout_marginBottom="24dp"
android:layout_marginLeft="6dp"
+ android:layout_alignTop="@id/drawer_item_flow"
+ android:layout_alignBottom="@id/drawer_item_flow"
android:layout_centerVertical="true"
- android:includeFontPadding="true"
+ android:includeFontPadding="false"
android:gravity="center"
android:singleLine="true"
autofit:minTextSize="8sp"