Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2997f8b6 authored by Lei Yu's avatar Lei Yu Committed by Android (Google) Code Review
Browse files

Merge "Update dialog to pass accessibiliity scanner"

parents 61a6d527 66c2aec6
Loading
Loading
Loading
Loading
+10 −5
Original line number Diff line number Diff line
@@ -31,21 +31,24 @@
            android:text="@string/private_dns_mode_off"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_margin="8dp"/>
            android:layout_marginStart="8dp"
            android:minHeight="48dp"/>

        <RadioButton
            android:id="@+id/private_dns_mode_opportunistic"
            android:text="@string/private_dns_mode_opportunistic"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_margin="8dp"/>
            android:layout_marginStart="8dp"
            android:minHeight="48dp"/>

        <RadioButton
            android:id="@+id/private_dns_mode_provider"
            android:text="@string/private_dns_mode_provider"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_margin="8dp"/>
            android:layout_marginStart="8dp"
            android:minHeight="48dp"/>

        <EditText
            android:id="@+id/private_dns_mode_provider_hostname"
@@ -56,14 +59,16 @@
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginStart="40dp"
            android:layout_marginEnd="8dp"/>
            android:layout_marginEnd="8dp"
            android:minHeight="48dp"/>
    </RadioGroup>

    <TextView
        android:id="@+id/private_dns_help_info"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="16dp"
        android:layout_marginTop="8dp"
        android:minHeight="48dp"
        android:paddingStart="16dp"
        android:textAppearance="?android:attr/textAppearanceSmall"/>
</LinearLayout>