Text Resizing

changed all sp to dp in order to ensure that user selected text size system-wide will not affect the UI of the app.
This commit is contained in:
2020-05-03 10:48:25 -04:00
parent 08bcbe7292
commit 5177788db5
15 changed files with 104 additions and 127 deletions

View File

@@ -34,7 +34,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="#423E3E"
android:textSize="13sp"
android:textSize="13dp"
android:gravity="center"
android:text="Sources: JHU, WHO, corona.lmao.ninja" />
</LinearLayout>