31 lines
1.0 KiB
XML
Executable File
31 lines
1.0 KiB
XML
Executable File
<?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="wrap_content"
|
|
android:layout_margin="5dp"
|
|
android:background="@drawable/sel_layout_water"
|
|
android:clickable="true"
|
|
android:focusable="true"
|
|
android:gravity="center"
|
|
android:orientation="vertical"
|
|
android:paddingLeft="15dp"
|
|
android:paddingTop="25dp"
|
|
android:paddingRight="15dp"
|
|
android:paddingBottom="25dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_icon"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
tools:background="@drawable/ic_address_list" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="11dp"
|
|
android:textColor="#ff353535"
|
|
android:textSize="14sp"
|
|
tools:text="案件上报" />
|
|
</LinearLayout> |