28 lines
831 B
XML
28 lines
831 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="horizontal"
|
||
|
id="@+id/fl_item"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
id="@+id/iv_account_icon"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_account_title"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_weight="1"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017868"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_edit"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ic_edit"
|
||
|
layout_marginEnd="16dp"/>
|
||
|
</LinearLayout>
|