Archived
Implemented functionality to pick a font, currently limited to 3 default fonts (sans-serif, serif, monospace)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/item_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="16dp"
|
||||
android:paddingVertical="16dp"/>
|
||||
Reference in New Issue
Block a user