Subversion Repositories SmartDukaan

Rev

Rev 21481 | Rev 22837 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21481 Rev 22121
Line 1... Line 1...
1
<?xml version="1.0" encoding="utf-8"?>
1
<?xml version="1.0" encoding="utf-8"?>
2
    <RelativeLayout
2
<RelativeLayout
3
        xmlns:android="http://schemas.android.com/apk/res/android"
3
    xmlns:android="http://schemas.android.com/apk/res/android"
4
        android:orientation="vertical" android:layout_width="match_parent"
4
    android:orientation="vertical" android:layout_width="match_parent"
5
        android:layout_height="wrap_content">
5
    android:layout_height="wrap_content">
6
 
6
 
7
    <TextView
7
    <TextView
8
        android:layout_width="wrap_content"
8
        android:layout_width="wrap_content"
9
        android:layout_height="wrap_content"
9
        android:layout_height="wrap_content"
10
        android:textAppearance="?android:attr/textAppearanceLarge"
10
        android:textAppearance="?android:attr/textAppearanceLarge"
11
        android:text="@string/appnamactionbar"
11
        android:text="profitmandi"
12
        android:layout_marginLeft="5dp"
-
 
13
        android:id="@+id/profitmandiDeals"
12
        android:id="@+id/profitmandiDeals"
14
        android:textColor="@color/green_tobe_used"
13
        android:textColor="@color/Black"
15
        android:textSize="20dp"
14
        android:textSize="20sp"
-
 
15
        android:gravity="center_horizontal"
-
 
16
        android:layout_centerInParent="true"
-
 
17
 
16
        />
18
        />
17
    </RelativeLayout>
19
</RelativeLayout>