12 lines
467 B
XML
12 lines
467 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:gravity="start|bottom"
|
|
android:id="@+id/w0"
|
|
android:paddingBottom="@dimen/tn"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:autoSizeTextType="1"
|
|
app:firstBaselineToTopHeight="@dimen/tr"
|
|
app:lineHeight="@dimen/tc"
|
|
style="?attr/z9"/>
|