You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:orientation="vertical"
|
||
|
tools:ignore="MissingDefaultResource">
|
||
|
|
||
|
<LinearLayout
|
||
|
android:id="@+id/item_query"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="@dimen/_88dp"
|
||
|
android:gravity="center_vertical"
|
||
|
android:orientation="horizontal"
|
||
|
android:paddingStart="@dimen/_66dp">
|
||
|
|
||
|
<ImageView
|
||
|
android:layout_width="@dimen/_29dp"
|
||
|
android:layout_height="@dimen/_29dp"
|
||
|
android:src="@mipmap/ic_query" />
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginStart="@dimen/_13dp"
|
||
|
android:text="@string/query"
|
||
|
android:textColor="@color/white"
|
||
|
android:textSize="@dimen/_30dp" />
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|