74 lines
3.4 KiB
XML
74 lines
3.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<androidx.cardview.widget.CardView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/fy"
|
|
android:layout_marginTop="@dimen/fm"
|
|
android:layout_marginRight="@dimen/fy"
|
|
android:layout_marginBottom="@dimen/fm"
|
|
app:cardCornerRadius="@dimen/fc">
|
|
<carbon.widget.LinearLayout
|
|
android:orientation="horizontal"
|
|
android:background="@color/a1e"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/fq"
|
|
app:carbon_cornerRadius="@dimen/fc">
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:id="@+id/tj"
|
|
android:padding="@dimen/f6"
|
|
android:clickable="true"
|
|
android:layout_width="@dimen/fq"
|
|
android:layout_height="@dimen/fq"
|
|
android:foreground="?android:attr/actionBarItemBackground"
|
|
android:tint="@color/iw"
|
|
app:carbon_tint="@color/iw"
|
|
app:srcCompat="@drawable/di"/>
|
|
<AutoCompleteTextView
|
|
android:textSize="@dimen/xn"
|
|
android:textColor="@color/iw"
|
|
android:textColorHint="@color/l7"
|
|
android:gravity="center_vertical"
|
|
android:id="@+id/tm"
|
|
android:background="@null"
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="@dimen/fy"
|
|
android:layout_marginRight="@dimen/fy"
|
|
android:hint="搜索"
|
|
android:maxLines="1"
|
|
android:singleLine="true"
|
|
android:layout_weight="1"
|
|
android:imeOptions="actionSearch"/>
|
|
<FrameLayout
|
|
android:layout_width="@dimen/fq"
|
|
android:layout_height="@dimen/fq">
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:id="@+id/tk"
|
|
android:padding="@dimen/f6"
|
|
android:visibility="gone"
|
|
android:clickable="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:foreground="?android:attr/actionBarItemBackground"
|
|
android:tint="@color/iw"
|
|
app:carbon_tint="@color/iw"
|
|
app:srcCompat="@drawable/dl"/>
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:id="@+id/tl"
|
|
android:padding="@dimen/f6"
|
|
android:clickable="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:foreground="?android:attr/actionBarItemBackground"
|
|
android:tint="@color/iw"
|
|
app:carbon_tint="@color/iw"
|
|
app:srcCompat="@drawable/e9"/>
|
|
</FrameLayout>
|
|
</carbon.widget.LinearLayout>
|
|
</androidx.cardview.widget.CardView>
|
|
</LinearLayout>
|