summaryrefslogtreecommitdiff
path: root/app/java/res/layout/settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/java/res/layout/settings.xml')
-rw-r--r--app/java/res/layout/settings.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/app/java/res/layout/settings.xml b/app/java/res/layout/settings.xml
deleted file mode 100644
index 5ba8c78..0000000
--- a/app/java/res/layout/settings.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<FrameLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:paddingLeft="@dimen/activity_horizontal_margin"
- android:paddingRight="@dimen/activity_horizontal_margin"
- android:paddingTop="@dimen/activity_vertical_margin"
- android:paddingBottom="@dimen/activity_vertical_margin"
- android:orientation="vertical"
- tools:context=".SettingsActivity"
->
-
- <TextureView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:id="@+id/surface_view"
- />
-
- <!-- USE_WIFI_LISTENER -->
- <!-- SELECT_FROM_KNOWN_SSIDS -->
-
- <!-- USE_AUTOMATIC_DNS/PIHOLE_SERVER_DISCOVERY -->
- <!-- SET_MANUAL_DNS/PIHOLE_SERVER_IP -->
-</FrameLayout>