android-calculatorpp/app/src/main/res/layout/fragment_preferences.xml

8 lines
261 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<ListView
2016-01-04 06:39:25 -05:00
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" />