use a bigger text size at the main screen

This commit is contained in:
tibbi 2020-05-18 19:59:48 +02:00
parent 587d3471a3
commit fdf5eb7157
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@
android:lineSpacingExtra="3dp"
android:padding="40dp"
android:text="@string/main_text"
android:textSize="@dimen/normal_text_size"/>
android:textSize="@dimen/bigger_text_size"/>
</RelativeLayout>