summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/layout/profile_activity.xml
blob: e408985d5cbceda45e8014d7671c9ab1ee3f8f5e (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/profile_list_fragment"
    android:name="com.wireguard.android.ProfileListFragment"
    android:layout_width="match_parent"
    android:layout_height="match_parent" />