userlogin_outlet.xml
1010 Bytes
<?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="@dimen/forty_height"
android:id="@+id/rl_item_layout">
<TextView
android:id="@+id/list_outlet"
android:layout_width="match_parent"
android:layout_height="35dp"
android:gravity="center"
android:text="@string/outlet_txt"
android:textColor="@color/blackcolor"
android:textSize="15sp" />
<View
android:id="@+id/view_partnerlist"
android:layout_width="match_parent"
android:layout_height="0.6dp"
android:background="@color/gray" />
<RelativeLayout
android:id="@+id/rl_checked_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/green"
android:alpha="0.2"
android:visibility="gone">
</RelativeLayout>
</RelativeLayout>