Files
RiskAhead-API/app/src/main/res/layout/fragment_top10list.xml
2016-01-29 14:09:36 +01:00

14 lines
433 B
XML

<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layoutContent"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true"
android:orientation="vertical">
<ListView
android:id="@+id/lv_top10list"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>