Use sp units for text sizes where they don't break layout
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
android:layout_toEndOf="@id/checkbox"
|
||||
android:layout_marginStart="16dp"
|
||||
android:textAppearance="@style/m3_title_medium"
|
||||
android:textSize="16sp"
|
||||
tools:text="Title"/>
|
||||
|
||||
<TextView
|
||||
@@ -32,6 +33,7 @@
|
||||
android:layout_marginStart="16dp"
|
||||
android:textAppearance="@style/m3_body_medium"
|
||||
android:textColor="?android:textColorSecondary"
|
||||
android:textSize="14sp"
|
||||
tools:text="Subtitle"/>
|
||||
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user