Subversion Repositories SmartDukaan

Rev

Rev 21481 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
21481 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:layout_marginLeft="10dp"
9
        android:id="@+id/about"
10
        android:text="Search "
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
 
18
    <TextView
19
        android:id="@+id/about_till"
20
        android:text="ProfitMandi"
21
        android:layout_toRightOf="@+id/about"
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>