mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
remove padding that was causing redraw after unselected
This commit is contained in:
parent
8816e590f2
commit
c2605344e0
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- -*- compile-command: "cd ../../; ant install"; -*- -->
|
<!-- -*- compile-command: "cd ../../; ant install"; -*- -->
|
||||||
|
|
||||||
|
|
||||||
<!-- top-level layout is hozontal, with an image and another layout -->
|
<!-- top-level layout is hozontal, with an image and another layout -->
|
||||||
<org.eehouse.android.xw4.GameListItem
|
<org.eehouse.android.xw4.GameListItem
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
@ -12,7 +11,6 @@
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:background="@android:drawable/list_selector_background"
|
android:background="@android:drawable/list_selector_background"
|
||||||
android:paddingLeft="12dp"
|
|
||||||
>
|
>
|
||||||
|
|
||||||
<TextView android:id="@+id/view_unloaded"
|
<TextView android:id="@+id/view_unloaded"
|
||||||
|
@ -36,7 +34,6 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:layout_gravity="center_vertical|center_horizontal"
|
android:layout_gravity="center_vertical|center_horizontal"
|
||||||
android:layout_weight="0"
|
|
||||||
android:paddingLeft="8dip"
|
android:paddingLeft="8dip"
|
||||||
android:paddingRight="8dip"
|
android:paddingRight="8dip"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue