Subversion Repositories SmartDukaan

Rev

Rev 21481 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
21481 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"
22135 rajender 9
        android:layout_height="match_parent">
21481 rajender 10
 
22135 rajender 11
    </WebView>
21481 rajender 12
 
13
 
22135 rajender 14
 
21481 rajender 15
</FrameLayout>