Subversion Repositories SmartDukaan

Rev

Rev 21481 | Rev 22837 | Go to most recent revision | 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"
22121 rajender 11
        android:text="profitmandi"
21481 rajender 12
        android:id="@+id/profitmandiDeals"
22121 rajender 13
        android:textColor="@color/Black"
14
        android:textSize="20sp"
15
        android:gravity="center_horizontal"
16
        android:layout_centerInParent="true"
17
 
21481 rajender 18
        />
22121 rajender 19
</RelativeLayout>