use the new edittext design at the exporting dialog

This commit is contained in:
tibbi 2021-03-02 22:58:24 +01:00
parent 1b871331a2
commit 2a0ad02959

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<ScrollView <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/export_contacts_scrollview" android:id="@+id/export_contacts_scrollview"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -32,23 +31,24 @@
android:paddingEnd="@dimen/small_margin" android:paddingEnd="@dimen/small_margin"
android:paddingBottom="@dimen/small_margin" /> android:paddingBottom="@dimen/small_margin" />
<com.simplemobiletools.commons.views.MyTextView <com.simplemobiletools.commons.views.MyTextInputLayout
android:id="@+id/export_contacts_filename_label" android:id="@+id/new_playlist_hint"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/filename_without_vcf" android:hint="@string/filename_without_vcf">
android:textSize="@dimen/smaller_text_size"/>
<com.simplemobiletools.commons.views.MyEditText <com.simplemobiletools.commons.views.MyEditText
android:id="@+id/export_contacts_filename" android:id="@+id/export_contacts_filename"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="@dimen/activity_margin"
android:layout_marginBottom="@dimen/activity_margin" android:layout_marginBottom="@dimen/activity_margin"
android:paddingTop="@dimen/normal_margin" android:paddingTop="@dimen/normal_margin"
android:paddingEnd="@dimen/small_margin" android:paddingEnd="@dimen/small_margin"
android:textCursorDrawable="@null"
android:textSize="@dimen/normal_text_size" /> android:textSize="@dimen/normal_text_size" />
</com.simplemobiletools.commons.views.MyTextInputLayout>
<ImageView <ImageView
android:id="@+id/export_contacts_divider" android:id="@+id/export_contacts_divider"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -62,6 +62,7 @@
android:id="@+id/export_contacts_pick_sources_label" android:id="@+id/export_contacts_pick_sources_label"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingStart="@dimen/small_margin"
android:text="@string/include_contact_sources" android:text="@string/include_contact_sources"
android:textSize="@dimen/smaller_text_size" /> android:textSize="@dimen/smaller_text_size" />