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:
parent
72e25340d3
commit
826111e6f6
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue