Files
vpnhotspotmod/mobile/build/intermediates/packaged_res/freedomDebug/layout/dialog_wps.xml
Your Name bbfe32da05 wip
2024-03-03 23:05:09 -06:00

25 lines
798 B
XML

<?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="wrap_content"
tools:viewBindingIgnore="true">
<EditText
android:id="@android:id/edit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:layout_marginEnd="20dp"
android:hint="@null"
android:imeOptions="flagNoExtractUi"
android:importantForAutofill="no"
android:inputType="number"
android:minHeight="@dimen/touch_target_min"
tools:text="12345678">
<requestFocus />
</EditText>
</FrameLayout>