add some stubs, borrow ListActivity and SimpleAdapter from AOSP

This commit is contained in:
Mis012
2024-03-07 15:47:10 +01:00
parent ecaf968da1
commit 7207587b2f
7 changed files with 733 additions and 4 deletions

View File

@@ -18,4 +18,6 @@ public class ListView extends AbsListView {
public Drawable getDivider() {return null;}
public void setTextFilterEnabled(boolean enabled) {}
}