blob: c05db9ff900d3e3b2d0207a0a013650f1aee1f7a (
plain) (
blame)
1
2
3
4
5
6
7
|
<?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:textSize="?attr/content_font_default"
android:fontFamily="?attr/content_font_family" />
|