Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 22837 |
rajender |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
3 |
xmlns:tools="http://schemas.android.com/tools"
|
|
|
4 |
android:layout_width="match_parent"
|
|
|
5 |
android:layout_height="match_parent"
|
|
|
6 |
tools:context="com.saholic.profittill.main.ScreenActivity">
|
|
|
7 |
|
|
|
8 |
|
|
|
9 |
|
|
|
10 |
<FrameLayout
|
|
|
11 |
android:layout_width="match_parent"
|
|
|
12 |
android:layout_height="match_parent"
|
|
|
13 |
android:id="@+id/frame_content">
|
|
|
14 |
</FrameLayout>
|
|
|
15 |
</RelativeLayout>
|