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

View File

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