apkfuckery/com.discord/res/layout/view_input_modal.xml

5 lines
446 B
XML
Raw Normal View History

2020-05-17 12:40:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-09-02 04:07:20 +00:00
<com.google.android.material.textfield.TextInputLayout android:id="@id/view_input" android:layout_margin="8.0dip" style="@style/UiKit.TextInputLayout.Primary"
2020-07-08 16:44:49 +00:00
xmlns:android="http://schemas.android.com/apk/res/android">
<com.google.android.material.textfield.TextInputEditText style="@style/UiKit.TextInputLayout.EditText.SingleLine.Password" />
</com.google.android.material.textfield.TextInputLayout>