mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Small layout improvement
This commit is contained in:
parent
cc6ca5a981
commit
d3f56cec0b
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
android:id="@+id/scroll"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fadeScrollbars="false"
|
||||
android:paddingStart="6dp"
|
||||
android:paddingTop="12dp"
|
||||
android:paddingEnd="6dp"
|
||||
|
@ -48,7 +49,7 @@
|
|||
android:contentDescription="@string/title_setup_help"
|
||||
android:padding="6dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:tint="?attr/colorWarning"
|
||||
android:tint="?attr/colorAccent"
|
||||
android:tooltipText="@string/title_setup_help"
|
||||
app:layout_constraintBottom_toBottomOf="@id/btnQuick"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
Loading…
Reference in a new issue