19 lines
652 B
XML
19 lines
652 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<CheckedTextView
|
|
android:textAppearance="@style/ls"
|
|
android:gravity="start|center_vertical"
|
|
android:id="@+id/lh"
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:maxLines="1"
|
|
android:drawablePadding="@dimen/ec"
|
|
android:layout_weight="1"/>
|
|
<ViewStub
|
|
android:id="@+id/lg"
|
|
android:layout="@layout/bg"
|
|
android:inflatedId="@+id/lf"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"/>
|
|
</merge>
|