summaryrefslogtreecommitdiffstats
path: root/res/layout/v2item_font.xml
blob: d2f3ce7928049e8be8c24e95d54da88077873513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/font_preview"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_below="@+id/status_bar"
    android:text="@string/font_preview_letters"
    android:textColor="@color/font_preview_color"
    android:shadowColor="@color/font_preview_shadow_color"
    android:shadowDx="2"
    android:shadowDy="2"
    android:shadowRadius="4"
    android:textSize="32sp"
    android:gravity="center_horizontal"
/>