mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
Layout improvement
This commit is contained in:
parent
20ad23af54
commit
0b83d1eb67
2 changed files with 5 additions and 3 deletions
|
@ -73,7 +73,8 @@
|
|||
android:id="@+id/scroll"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_margin="6dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:fillViewport="true"
|
||||
android:orientation="vertical"
|
||||
app:layout_constraintBottom_toTopOf="@+id/bottom_navigation"
|
||||
|
@ -89,7 +90,7 @@
|
|||
android:gravity="top"
|
||||
android:hint="@string/title_body_hint"
|
||||
android:inputType="textMultiLine"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium" />
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small" />
|
||||
</ScrollView>
|
||||
|
||||
<android.support.design.widget.BottomNavigationView
|
||||
|
|
|
@ -44,7 +44,8 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fontFamily="monospace"
|
||||
android:text="Body" />
|
||||
android:text="Body"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small" />
|
||||
</ScrollView>
|
||||
|
||||
<android.support.design.widget.BottomNavigationView
|
||||
|
|
Loading…
Reference in a new issue