Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
    android:background="@color/White"
    android:layout_height="match_parent" tools:context="com.saholic.profittill.main.SearchFragment">

<!--    <WebView
        android:id="@+id/searchWebView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"></WebView>-->

    <ScrollView
        android:layout_width="match_parent"
        android:layout_gravity="center"
        android:layout_height="match_parent">
    <RelativeLayout
        android:background="@color/White"
        android:layout_gravity="center"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/aboutus">
        <TextView
            android:id="@+id/nointernetconncetion"
            android:text="No Internet Connection. Please try again"
            android:textColor="@color/grey_black"
            android:textSize="25dp"
            android:gravity="center"
            android:layout_centerHorizontal="true"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />
        <ImageView
            android:src="@drawable/wifiimage"
            android:layout_centerInParent="true"
            android:layout_below="@+id/nointernetconncetion"
            android:layout_width="100dp"
            android:id="@+id/wifi"
            android:layout_marginTop="-20dp"
            android:layout_height="wrap_content" />
    <Button
        android:id="@+id/checkInternet"
        android:text="Retry"
        android:layout_below="@+id/wifi"
        android:background="@drawable/button"
        android:layout_gravity="center_horizontal|center"
        android:layout_width="wrap_content"
        android:layout_centerHorizontal="true"
        android:layout_height="wrap_content" />
</RelativeLayout>
    </ScrollView>
</FrameLayout>