mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Small layout improvement
This commit is contained in:
parent
1c100ac68e
commit
f4a484bcf8
1 changed files with 2 additions and 2 deletions
|
@ -204,7 +204,7 @@
|
||||||
android:id="@+id/tvPollBattery"
|
android:id="@+id/tvPollBattery"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="6dp"
|
android:layout_marginTop="12dp"
|
||||||
android:layout_marginEnd="48dp"
|
android:layout_marginEnd="48dp"
|
||||||
android:text="@string/title_advanced_poll_battery"
|
android:text="@string/title_advanced_poll_battery"
|
||||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||||
|
@ -218,7 +218,7 @@
|
||||||
android:id="@+id/tvPollHint"
|
android:id="@+id/tvPollHint"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="6dp"
|
android:layout_marginTop="12dp"
|
||||||
android:layout_marginEnd="48dp"
|
android:layout_marginEnd="48dp"
|
||||||
android:text="@string/title_advanced_poll_hint"
|
android:text="@string/title_advanced_poll_hint"
|
||||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||||
|
|
Loading…
Reference in a new issue