Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21478 rajender 1
<?xml version="1.0" encoding="utf-8"?>
2
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:orientation="vertical" android:layout_width="match_parent"
4
    android:layout_height="wrap_content"
5
    >
6
 
7
    <TextView
8
        android:id="@+id/address"
9
        android:text="ProfitMandi "
10
        android:layout_marginLeft="5dp"
11
        android:layout_width="wrap_content"
12
        android:layout_height="wrap_content"
13
        android:textAppearance="?android:attr/textAppearanceLarge"
14
        android:textSize="20dp"
15
        android:textColor="@color/Black"
16
        />
17
    <TextView
18
        android:id="@+id/deals"
19
        android:layout_toRightOf="@+id/address"
20
        android:text="Deals"
21
        android:layout_marginLeft="5dp"
22
        android:layout_width="wrap_content"
23
        android:layout_height="wrap_content"
24
        android:textAppearance="?android:attr/textAppearanceLarge"
25
        android:textSize="20dp"
26
        android:textColor="@color/green_tobe_used"
27
        />
28
</RelativeLayout>