mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
add a bit of space to the custom view
This commit is contained in:
parent
6cfedf7fb5
commit
9399ddd0ab
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
android:orientation="vertical"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="20dp"
|
||||
android:padding="10dp"
|
||||
>
|
||||
|
||||
<!-- label -->
|
||||
|
@ -27,6 +27,7 @@
|
|||
<TextView android:id="@+id/msg"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="fill_parent"
|
||||
android:paddingTop="20dp"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue