Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 21478 |
rajender |
1 |
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
2 |
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
|
|
|
3 |
android:layout_height="match_parent"
|
|
|
4 |
tools:context="com.saholic.profittill.main.DealsHomeFragment">
|
|
|
5 |
|
|
|
6 |
<WebView
|
|
|
7 |
android:id="@+id/webView"
|
|
|
8 |
android:layout_width="match_parent"
|
|
|
9 |
android:layout_height="match_parent"></WebView>
|
|
|
10 |
|
|
|
11 |
|
|
|
12 |
|
|
|
13 |
</FrameLayout>
|