android-calculatorpp/app/src/main/res/layout/fragment_preferences.xml
serso 7da69a2083 android-app -> app
android-app-tests -> app-tests
2016-01-05 09:46:58 +01:00

8 lines
261 B
XML

<?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" />