mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
Make delete button smaller and at other end of screen from text.
This commit is contained in:
parent
cd20883df3
commit
6ffed8750a
1 changed files with 3 additions and 2 deletions
|
@ -15,13 +15,14 @@
|
|||
<TextView android:id="@+id/text_item"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
/>
|
||||
|
||||
|
||||
<ImageButton android:id="@+id/hint_button_horizontal"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:src="@android:drawable/ic_delete"
|
||||
android:visibility="gone"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue