blob: a02d03f0d458c59098dc1b88f531b51548c50603 (
plain) (
blame)
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:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="8dp"
android:textSize="?attr/content_font_default"
android:fontFamily="?attr/content_font_family" />
|