summaryrefslogtreecommitdiffstats
path: root/res/layout/v2item_font.xml
blob: 3854506ad1ea7408306a87988c935e8eda9af80d (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:text="@string/font_preview_letters"
    android:textSize="32sp"
    android:gravity="center_horizontal"
/>