Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14792 manas 1
<?xml version="1.0" encoding="utf-8"?>
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">
6
 
7
    <TextView
8
        android:layout_width="wrap_content"
9
        android:layout_height="wrap_content"
10
        android:textAppearance="?android:attr/textAppearanceLarge"
11
        android:text="@string/appnamactionbar"
12
        android:layout_marginLeft="5dp"
13
        android:id="@+id/profitmandiDeals"
14
        android:textColor="@color/green_tobe_used"
15
        android:textSize="20dp"
16
        />
17
    </RelativeLayout>