Merge "Fix that the preview text in "Text and reading options" page is too small." into tm-dev
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/accessibility_text_reading_preview_mail_subject"
|
android:text="@string/accessibility_text_reading_preview_mail_subject"
|
||||||
|
android:textSize="14sp"
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium" />
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@@ -33,6 +34,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingBottom="16dp"
|
android:paddingBottom="16dp"
|
||||||
android:paddingTop="11dp"
|
android:paddingTop="11dp"
|
||||||
|
android:textSize="12sp"
|
||||||
android:text="@string/accessibility_text_reading_preview_mail_from"
|
android:text="@string/accessibility_text_reading_preview_mail_from"
|
||||||
android:textColor="?android:attr/textColorSecondary" />
|
android:textColor="?android:attr/textColorSecondary" />
|
||||||
|
|
||||||
@@ -40,6 +42,7 @@
|
|||||||
android:id="@+id/content"
|
android:id="@+id/content"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:textSize="13sp"
|
||||||
android:text="@string/accessibility_text_reading_preview_mail_content"
|
android:text="@string/accessibility_text_reading_preview_mail_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium" />
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Reference in New Issue
Block a user