Normalized dialogs

pull/162/head
M66B 6 years ago
parent 478cde3e0e
commit 554c5793d4

@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="12dp"> android:padding="24dp">
<TextView <TextView
android:id="@+id/tvOpenLink" android:id="@+id/tvOpenLink"
@ -11,9 +11,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:labelFor="@+id/etLink" android:labelFor="@+id/etLink"
android:text="@string/title_style_link" android:text="@string/title_style_link"
android:textAppearance="@style/TextAppearance.AppCompat.Medium" android:textAppearance="@style/TextAppearance.AppCompat.Large"
android:textColor="?android:attr/textColorPrimary"
android:textStyle="bold"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
@ -21,6 +19,7 @@
android:id="@+id/etLink" android:id="@+id/etLink"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:imeOptions="actionDone" android:imeOptions="actionDone"
android:inputType="textUri|textMultiLine" android:inputType="textUri|textMultiLine"
android:text="https://email.faircode.eu/" android:text="https://email.faircode.eu/"

@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="12dp"> android:padding="24dp">
<TextView <TextView
android:id="@+id/tvKeyword" android:id="@+id/tvKeyword"
@ -19,6 +19,7 @@
android:id="@+id/etKeyword" android:id="@+id/etKeyword"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:imeOptions="actionDone" android:imeOptions="actionDone"
android:inputType="text" android:inputType="text"
android:text="Keyword" android:text="Keyword"

@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="12dp"> android:padding="24dp">
<TextView <TextView
android:id="@+id/tvCaption" android:id="@+id/tvCaption"
@ -11,9 +11,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:labelFor="@+id/etLink" android:labelFor="@+id/etLink"
android:text="@string/title_open_link" android:text="@string/title_open_link"
android:textAppearance="@style/TextAppearance.AppCompat.Medium" android:textAppearance="@style/TextAppearance.AppCompat.Large"
android:textColor="?android:attr/textColorPrimary"
android:textStyle="bold"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
@ -21,10 +19,11 @@
android:id="@+id/tvTitle" android:id="@+id/tvTitle"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="12dp" android:layout_marginTop="24dp"
android:labelFor="@+id/etLink" android:labelFor="@+id/etLink"
android:text="Link title" android:text="Link title"
android:textAppearance="@style/TextAppearance.AppCompat.Medium" android:textAppearance="@style/TextAppearance.AppCompat.Medium"
android:textStyle="italic"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvCaption" /> app:layout_constraintTop_toBottomOf="@id/tvCaption" />
@ -32,6 +31,7 @@
android:id="@+id/etLink" android:id="@+id/etLink"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:imeOptions="actionDone" android:imeOptions="actionDone"
android:inputType="textUri|textMultiLine" android:inputType="textUri|textMultiLine"
android:text="https://email.faircode.eu/" android:text="https://email.faircode.eu/"

@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="12dp"> android:padding="24dp">
<com.google.android.material.textfield.TextInputLayout <com.google.android.material.textfield.TextInputLayout
android:id="@+id/tilPassword1" android:id="@+id/tilPassword1"

@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="12dp"> android:padding="24dp">
<TextView <TextView
android:id="@+id/tvNoMessages" android:id="@+id/tvNoMessages"

Loading…
Cancel
Save