br_select_account_item.xml 1.3 KB
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="40dp"
    android:background="@drawable/br_select_account_item_selector"
    android:minHeight="40dp"
    android:padding="0dp" >

    <TextView
        android:id="@+id/br_itemAccountName"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentLeft="false"
        android:layout_centerVertical="true"
        android:layout_marginLeft="10dp"
        android:singleLine="true"
        android:textColor="@color/br_login_main_title_color"
        android:textSize="@dimen/br_edit_text_size" />

    <LinearLayout
        android:id="@+id/br_itemAccountDelete"
        android:layout_width="40dp"
        android:layout_height="match_parent"
        android:layout_alignParentRight="true"
        android:background="#c7c7c7"
        android:gravity="center"
        android:minHeight="40dp"
        android:orientation="horizontal" >

        <ImageView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:src="@drawable/br_select_account_item_delete" />
    </LinearLayout>

</RelativeLayout>