Tweak padding slightly to match the EditTextPreference screens.
The edittextpreference uses a default system screens, but since this isn't really a preference screen, it isn't usable here. Change-Id: I770c12a5ec3a33906f5d6d1c9d0b7a6b027460da
This commit is contained in:
parent
dc931441d8
commit
333cdbaef4
@ -19,7 +19,10 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:focusable="true"
|
||||
android:padding="8dip">
|
||||
android:paddingLeft="4dip"
|
||||
android:paddingTop="6dip"
|
||||
android:paddingRight="4dip"
|
||||
android:paddingBottom="6dip">
|
||||
|
||||
<EditText
|
||||
android:id="@+id/quick_response_text"
|
||||
|
Loading…
Reference in New Issue
Block a user