21 lines
712 B
XML
21 lines
712 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<ImageView
|
|
android:id="@+id/ry"
|
|
android:visibility="visible"
|
|
android:layout_width="32dp"
|
|
android:layout_height="21dp"
|
|
android:src="@drawable/l_"/>
|
|
<ImageView
|
|
android:layout_gravity="center"
|
|
android:id="@+id/ic"
|
|
android:visibility="gone"
|
|
android:layout_width="8dp"
|
|
android:layout_height="8dp"
|
|
android:src="@drawable/hm"/>
|
|
</LinearLayout>
|
|
</merge>
|