15 lines
520 B
XML
15 lines
520 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="horizontal"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:baselineAligned="false">
|
|
<include layout="@layout/dy"/>
|
|
<include
|
|
android:id="@+id/uv"
|
|
android:layout_width="@dimen/r_"
|
|
android:layout_height="@dimen/r7"
|
|
android:layout_marginStart="@dimen/r8"
|
|
layout="@layout/dp"/>
|
|
</LinearLayout>
|