mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
remove mistaken '+' from layout file
This commit is contained in:
parent
40479b6fe1
commit
6455c8f688
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
android:paddingLeft="8dp"
|
android:paddingLeft="8dp"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<ListView android:id="@+id/android:list"
|
<ListView android:id="@id/android:list"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:drawSelectorOnTop="false"
|
android:drawSelectorOnTop="false"
|
||||||
|
|
Loading…
Reference in a new issue