25 lines
836 B
XML
25 lines
836 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<ImageView
|
|
android:id="@+id/se"
|
|
android:visibility="gone"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:maxHeight="@dimen/ye"
|
|
android:layout_weight="1"
|
|
android:contentDescription="@string/xh"/>
|
|
<View
|
|
android:layout_margin="@dimen/yd"
|
|
style="@style/kq"/>
|
|
<ImageView
|
|
android:id="@+id/yh"
|
|
android:visibility="gone"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:maxHeight="@dimen/ye"
|
|
android:layout_weight="1"
|
|
android:contentDescription="@string/xi"/>
|
|
</merge>
|