2012-05-22 20:50:19 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-01-30 14:26:15 +01:00
|
|
|
<LinearLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2015-01-30 13:58:42 +01:00
|
|
|
android:orientation="vertical">
|
2015-01-30 14:26:15 +01:00
|
|
|
|
|
|
|
<ListView
|
|
|
|
android:id="@android:id/list"
|
|
|
|
android:layout_width="match_parent"
|
2015-03-19 01:34:35 +01:00
|
|
|
android:layout_height="match_parent"
|
2015-01-30 14:26:15 +01:00
|
|
|
tools:listitem="@layout/plugins_list_item"/>
|
2012-05-22 20:50:19 +02:00
|
|
|
</LinearLayout>
|