app: remove explicit style from FolderCreationDialogFragment

This commit is contained in:
Harsh Shandilya 2021-11-03 15:40:00 +05:30
parent a0fb14d207
commit 2b87376b58
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -12,7 +12,6 @@
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/folder_name_container"
style="@style/AppTheme.TextInputLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/crypto_name_hint"
@ -24,9 +23,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textNoSuggestions|textVisiblePassword" />
<requestFocus />
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.checkbox.MaterialCheckBox