Change dp to sp on fonts
This commit is contained in:
parent
38e17fa041
commit
fb5123ffec
2 changed files with 50 additions and 54 deletions
|
@ -42,7 +42,7 @@
|
|||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16dp"
|
||||
android:textSize="16sp"
|
||||
android:text="@string/sectionVersion"
|
||||
/>
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
|||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16dp"
|
||||
android:textSize="16sp"
|
||||
android:text="@string/sectionDeveloper"
|
||||
/>
|
||||
|
||||
|
@ -78,7 +78,7 @@
|
|||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16dp"
|
||||
android:textSize="16sp"
|
||||
android:text="@string/sectionWebsite"
|
||||
/>
|
||||
|
||||
|
@ -95,7 +95,7 @@
|
|||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16dp"
|
||||
android:textSize="16sp"
|
||||
android:text="@string/sectionContact"
|
||||
/>
|
||||
|
||||
|
@ -112,7 +112,7 @@
|
|||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16dp"
|
||||
android:textSize="16sp"
|
||||
android:text="@string/sectionLicense"
|
||||
/>
|
||||
|
||||
|
@ -129,7 +129,7 @@
|
|||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16dp"
|
||||
android:textSize="16sp"
|
||||
android:text="@string/sectionBug"
|
||||
/>
|
||||
|
||||
|
@ -147,7 +147,7 @@
|
|||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16dp"
|
||||
android:textSize="16sp"
|
||||
android:text="@string/sectionHow"
|
||||
/>
|
||||
|
||||
|
@ -165,7 +165,7 @@
|
|||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16dp"
|
||||
android:textSize="16sp"
|
||||
android:text="@string/sectionMissing"
|
||||
/>
|
||||
|
||||
|
|
Reference in a new issue