mirror of
https://github.com/SoPat712/TrackCovid19.git
synced 2025-08-21 18:28:46 -04:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user