Subversion Repositories SmartDukaan

Rev

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.PendingCashback">
5
 
6
 
7
    <WebView
8
        android:id="@+id/pendingCashbackWebView"
9
        android:layout_width="match_parent"
10
        android:layout_height="match_parent"></WebView>
11
 
12
</FrameLayout>