item_me_login.xml 463 Bytes
<?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="@dimen/rmrb_dp48"
    android:orientation="vertical">

    <ImageView
        android:id="@+id/me_ivLogo"
        android:layout_width="@dimen/rmrb_dp48"
        android:layout_height="@dimen/rmrb_dp48"
        android:layout_marginRight="@dimen/rmrb_dp24"
        />

</LinearLayout>