blob: 6a6dafece0df35e1885038feefc35effa570e8b7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/provider_list"
android:name="se.leap.leapclient.ProviderListFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
tools:context=".ProviderListActivity"
tools:layout="@android:layout/list_content" />
|