15 lines
517 B
XML
15 lines
517 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:gravity="start|center_vertical"
|
|
android:id="@+id/vj"
|
|
android:focusable="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/t1"
|
|
style="?attr/zb"/>
|
|
<include layout="@layout/e_"/>
|
|
</LinearLayout>
|