From 7b28ad7e28b0b236f397a90d5103155a79a4f0d3 Mon Sep 17 00:00:00 2001 From: mittorn Date: Thu, 27 Aug 2015 02:27:14 +0700 Subject: [PATCH] Fix layout in holo --- res/layout/about.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/res/layout/about.xml b/res/layout/about.xml index af1d5142..448928a0 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -44,7 +44,10 @@ android:singleLine="false" android:password="false" android:longClickable="false" - android:autoText="false" /> + android:autoText="false" + android:includeFontPadding="false" + android:layout_gravity="fill" + />