10 lines
405 B
XML
10 lines
405 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|top"
|
|
android:layout_gravity="start|top"
|
|
android:id="@+id/w6"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:firstBaselineToTopHeight="@dimen/tt"
|
|
style="?attr/z_"/>
|