summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/layout/profile_detail_activity.xml
blob: 0be8d4bd955e8d51be006e471fca0997dbf603cb (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:name="com.wireguard.android.ProfileDetailFragment"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:tag="detail" />