1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 00:21:10 +00:00

Small setup screen changes

This commit is contained in:
M66B 2021-05-08 11:51:14 +02:00
parent 72e25340d3
commit 826111e6f6

View file

@ -105,6 +105,8 @@
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:backgroundTint="?attr/colorInfoBackground"
android:paddingHorizontal="24dp"
android:paddingVertical="12dp"
android:text="@string/title_setup_wizard"
android:textAlignment="center"
android:textColor="?attr/colorInfoForeground"
@ -148,6 +150,7 @@
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_legend_expander"
android:scaleType="centerCrop"
android:tint="?attr/colorAccent"
app:layout_constraintStart_toStartOf="@+id/tvManual"
app:layout_constraintTop_toBottomOf="@id/tvQuickNew"
app:srcCompat="@drawable/dropdown" />
@ -161,7 +164,7 @@
android:paddingStart="36dp"
android:text="@string/title_setup_manual"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?android:attr/textColorPrimary"
android:textStyle="bold"
app:layout_constraintBottom_toBottomOf="@id/ibManual"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"