summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorHayden Schoen <hayden@cyngn.com>2015-04-27 14:07:12 -0700
committerRaj Yengisetty <rajesh@cyngn.com>2015-05-06 15:26:54 -0700
commiteaec663a1e540a6458f493f67334e9213419ed69 (patch)
tree9032a9e99011706d1ca42a45767e34f2034f16ae /res/layout
parentbf48aeb505d5e8747e32611cc0338031f55a217f (diff)
downloadandroid_packages_apps_Trebuchet-eaec663a1e540a6458f493f67334e9213419ed69.tar.gz
android_packages_apps_Trebuchet-eaec663a1e540a6458f493f67334e9213419ed69.tar.bz2
android_packages_apps_Trebuchet-eaec663a1e540a6458f493f67334e9213419ed69.zip
Trebuchet: Adjusted margin and vertical alignment of row title
Change-Id: Ic3e0837ac2726e4437bc5df68a3b1cb033d2d78f
Diffstat (limited to 'res/layout')
-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 b80ad6756..d89569640 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="@dimen/app_drawer_char_width"
- 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"