summaryrefslogtreecommitdiff
path: root/app/java/res/layout/settings.xml
blob: 5ba8c78d287e3197e9de45fbffa85076f9379c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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>