|
|
|
@ -1,6 +1,7 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
android:orientation="vertical" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
@ -110,7 +111,9 @@ |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_text_size" |
|
|
|
|
android:layout_width="40dp" |
|
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:gravity="right" |
|
|
|
|
tools:ignore="RtlHardcoded" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
@ -155,7 +158,9 @@ |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_text_letter_spacing" |
|
|
|
|
android:layout_width="40dp" |
|
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:gravity="right" |
|
|
|
|
tools:ignore="RtlHardcoded" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
@ -201,7 +206,9 @@ |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_line_size" |
|
|
|
|
android:layout_width="40dp" |
|
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:gravity="right" |
|
|
|
|
tools:ignore="RtlHardcoded" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|