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" tools:context="com.saholic.profittill.main.MyFavorites">
4
 
5
    <WebView
6
        android:id="@+id/myFavoritesWebView"
7
        android:layout_width="match_parent"
8
        android:layout_height="match_parent"></WebView>
9
</FrameLayout>