diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/layout/item_acknowledgement.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_acknowledgement.xml b/app/src/main/res/layout/item_acknowledgement.xml index 6ad6deb8..5e75d492 100644 --- a/app/src/main/res/layout/item_acknowledgement.xml +++ b/app/src/main/res/layout/item_acknowledgement.xml @@ -15,12 +15,13 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="@color/primaryTextColor" - android:textSize="16sp" /> + android:textSize="?attr/font_16" /> <TextView android:id="@+id/introduction_text_view_item_acknowledgement" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginTop="8dp" /> + android:layout_marginTop="8dp" + android:textSize="?attr/font_default" /> </LinearLayout>
\ No newline at end of file |