aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/layout/not_supported_activity.xml
blob: 8e09327956a5762d58b50f56ef6a17b20eaacbc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android">

    <TextView
        android:id="@+id/not_supported_message"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:padding="32dp" />
</layout>