xfgame_account_item.xml
1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="40dp"
android:orientation="horizontal">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="@dimen/xfgame_edit_height_normal"
android:layout_marginStart="@dimen/xfgame_space_normal"
android:layout_marginEnd="@dimen/xfgame_space_normal"
android:layout_marginTop="@dimen/xfgame_space_small"
android:layout_marginBottom="@dimen/xfgame_space_small"
android:background="@drawable/xfgame_input_grep"
android:orientation="vertical">
<TextView
android:id="@+id/xf_item_account_tv"
android:layout_width="match_parent"
android:layout_height="20dp"
android:layout_centerVertical="true"
android:layout_marginStart="@dimen/xfgame_space_normal"
android:layout_marginEnd="50dp"
android:gravity="center_vertical"
android:text="@string/xfgame_demo_string"
android:textColor="@color/xfgame_272727"
android:textSize="@dimen/xfgame_font_size_12" />
<ImageView
android:id="@+id/xf_item_del_iv"
android:layout_width="18dp"
android:layout_height="18dp"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:layout_marginEnd="@dimen/xfgame_space_normal"
android:background="@drawable/xfgame_cls" />
</RelativeLayout>
</LinearLayout>