mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
87edd09ab6
inherit from FragmentActivity since there's no List-aware equivalent, so XWListActivity now extends XWActivity and nearly all its methods go away. getListView() and friends are all I needed to implement -- apparently.
19 lines
224 B
Text
19 lines
224 B
Text
*.apk
|
|
.DS_Store
|
|
.gradle
|
|
/.idea/libraries
|
|
/.idea/workspace.xml
|
|
/build
|
|
/captures
|
|
/libs-debug
|
|
/libs-release
|
|
/local.properties
|
|
/obj-debug
|
|
/obj-release
|
|
ant_out.txt
|
|
bin
|
|
gen
|
|
local.properties
|
|
obj
|
|
proguard.cfg
|
|
res/drawable*/*gen.png
|