mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
use built-in list_selector_background to get appearance of list. Works!
This commit is contained in:
parent
60f497d756
commit
34e6b07da2
1 changed files with 3 additions and 1 deletions
|
@ -9,4 +9,6 @@
|
|||
android:focusable="true"
|
||||
android:clickable="true"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:longClickable="true"/>
|
||||
android:longClickable="true"
|
||||
android:background="@android:drawable/list_selector_background"
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue