| 21478 |
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="About Profit"
|
|
|
11 |
android:layout_toRightOf="@+id/view"
|
|
|
12 |
android:layout_width="wrap_content"
|
|
|
13 |
android:layout_height="wrap_content"
|
|
|
14 |
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
15 |
android:textSize="20dp"
|
|
|
16 |
android:textColor="@color/Black"
|
|
|
17 |
/>
|
|
|
18 |
|
|
|
19 |
<TextView
|
|
|
20 |
android:id="@+id/about_till"
|
|
|
21 |
android:text="Mandi"
|
|
|
22 |
android:layout_toRightOf="@+id/about"
|
|
|
23 |
android:layout_width="wrap_content"
|
|
|
24 |
android:layout_height="wrap_content"
|
|
|
25 |
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
26 |
android:textSize="20dp"
|
|
|
27 |
android:textColor="@color/green_tobe_used"
|
|
|
28 |
/>
|
|
|
29 |
</RelativeLayout>
|