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

Commit 66c2aec6 authored by jackqdyulei's avatar jackqdyulei
Browse files

Update dialog to pass accessibiliity scanner

Change-Id: I6b982a2416e46143a254db6d6c234897fa547ac9
Fixes: 110236135
Test: Screenshot
parent ad2d1b91
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>