diff options
Diffstat (limited to 'app/java/res/layout')
-rw-r--r-- | app/java/res/layout/main.xml | 1 | ||||
-rw-r--r-- | app/java/res/layout/settings.xml | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app/java/res/layout/main.xml b/app/java/res/layout/main.xml index 1658965..cc1780c 100644 --- a/app/java/res/layout/main.xml +++ b/app/java/res/layout/main.xml @@ -19,7 +19,6 @@ /> <Button - style="@style/button_start__start" android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/button_start" 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> |