xfgame_account_item.xml 1.6 KB
<?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>