aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/layout/not_supported_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/not_supported_activity.xml')
-rw-r--r--app/src/main/res/layout/not_supported_activity.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/src/main/res/layout/not_supported_activity.xml b/app/src/main/res/layout/not_supported_activity.xml
deleted file mode 100644
index ff81e7a4..00000000
--- a/app/src/main/res/layout/not_supported_activity.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layout xmlns:android="http://schemas.android.com/apk/res/android">
-
- <ScrollView
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <TextView
- android:id="@+id/not_supported_message"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:padding="32dp"
- android:textAppearance="@android:style/TextAppearance.Material.Subhead" />
- </ScrollView>
-</layout>