| 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="match_parent">
|
|
|
5 |
|
|
|
6 |
|
|
|
7 |
<RelativeLayout
|
|
|
8 |
android:layout_width="wrap_content"
|
|
|
9 |
android:layout_height="wrap_content"
|
|
|
10 |
android:gravity="center"
|
|
|
11 |
android:id="@+id/storeDocument"
|
|
|
12 |
>
|
|
|
13 |
|
|
|
14 |
<ImageView
|
|
|
15 |
android:id="@+id/uploadimage"
|
|
|
16 |
android:background="@drawable/pmnavigation"
|
|
|
17 |
android:foregroundGravity="center"
|
|
|
18 |
android:layout_width="35dp"
|
|
|
19 |
android:layout_marginTop="5dp"
|
|
|
20 |
android:layout_height="35dp"
|
|
|
21 |
android:layout_alignParentLeft="true"
|
|
|
22 |
android:layout_alignParentStart="true"
|
|
|
23 |
/>
|
|
|
24 |
|
|
|
25 |
</RelativeLayout>
|
|
|
26 |
|
|
|
27 |
<TextView
|
|
|
28 |
android:text="ProfitMandi"
|
|
|
29 |
android:layout_width="wrap_content"
|
|
|
30 |
android:id="@+id/Imagebutton"
|
|
|
31 |
android:textStyle="bold"
|
|
|
32 |
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
33 |
android:textSize="20dp"
|
|
|
34 |
android:layout_height="wrap_content"
|
|
|
35 |
android:gravity="center"
|
|
|
36 |
android:textColor="@color/green_tobe_used"
|
|
|
37 |
android:layout_alignParentTop="true"
|
|
|
38 |
android:layout_centerHorizontal="true"
|
|
|
39 |
android:layout_alignBottom="@+id/storeDocument" />
|
|
|
40 |
|
|
|
41 |
</RelativeLayout>
|