Add CustomThemeListingActivity.

This commit is contained in:
Alex Ning
2020-03-24 14:14:47 +08:00
parent 9c4889b1b0
commit f5fc385039
9 changed files with 165 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp" />