Blame | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"android:orientation="vertical" android:layout_width="match_parent"android:layout_height="wrap_content"><TextViewandroid:id="@+id/address"android:text="ProfitMandi "android:layout_marginLeft="5dp"android:layout_width="wrap_content"android:layout_height="wrap_content"android:textAppearance="?android:attr/textAppearanceLarge"android:textSize="20dp"android:textColor="@color/Black"/><TextViewandroid:id="@+id/deals"android:layout_toRightOf="@+id/address"android:text="Deals"android:layout_marginLeft="5dp"android:layout_width="wrap_content"android:layout_height="wrap_content"android:textAppearance="?android:attr/textAppearanceLarge"android:textSize="20dp"android:textColor="@color/green_tobe_used"/></RelativeLayout>