android-app -> app
android-app-tests -> app-tests
This commit is contained in:
8
app/src/main/res/layout/fragment_preferences.xml
Normal file
8
app/src/main/res/layout/fragment_preferences.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<ListView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@android:id/list"
|
||||
style="@style/CppListView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
Reference in New Issue
Block a user