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

@@ -98,6 +98,7 @@ public class LayoutInflater {
public View inflate(int layoutResID, ViewGroup root, boolean attachToRoot) {
Slog.v(TAG, "inflating view from id: " + String.format("%x", layoutResID));
XmlResourceParser xpp = Context.this_application.getResources().getLayout(layoutResID);
try {