Subversion Repositories SmartDukaan

Rev

Rev 22837 | 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"?>
22121 rajender 2
<RelativeLayout
3
    xmlns:android="http://schemas.android.com/apk/res/android"
4
    android:orientation="vertical" android:layout_width="match_parent"
5
    android:layout_height="wrap_content">
21481 rajender 6
 
7
    <TextView
8
        android:layout_width="wrap_content"
9
        android:layout_height="wrap_content"
10
        android:textAppearance="?android:attr/textAppearanceLarge"
24857 tejbeer 11
        android:text="Smart Dukaan"
21481 rajender 12
        android:id="@+id/profitmandiDeals"
24857 tejbeer 13
        android:textColor="@color/White"
22121 rajender 14
        android:textSize="20sp"
22837 rajender 15
        android:layout_marginLeft="75dp"
16
        android:layout_marginStart="75dp"
17
        android:layout_alignParentTop="true"
18
        android:layout_alignParentLeft="true"
19
        android:layout_alignParentStart="true" />
22121 rajender 20
</RelativeLayout>