Fix layout in holo
This commit is contained in:
parent
d720e327c9
commit
7b28ad7e28
1 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,10 @@
|
||||||
android:singleLine="false"
|
android:singleLine="false"
|
||||||
android:password="false"
|
android:password="false"
|
||||||
android:longClickable="false"
|
android:longClickable="false"
|
||||||
android:autoText="false" />
|
android:autoText="false"
|
||||||
|
android:includeFontPadding="false"
|
||||||
|
android:layout_gravity="fill"
|
||||||
|
/>
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|
Loading…
Add table
Reference in a new issue