Subversion Repositories SmartDukaan

Rev

Rev 14792 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14792 Rev 21197
Line 19... Line 19...
19
        android:layout_height="match_parent"
19
        android:layout_height="match_parent"
20
        android:id="@+id/aboutus">
20
        android:id="@+id/aboutus">
21
        <TextView
21
        <TextView
22
            android:id="@+id/nointernetconncetion"
22
            android:id="@+id/nointernetconncetion"
23
            android:text="No Internet Connection. Please try again"
23
            android:text="No Internet Connection. Please try again"
24
            android:textColor="@color/green_tobe_used"
24
            android:textColor="@color/grey_black"
25
            android:textSize="25dp"
25
            android:textSize="25dp"
26
            android:gravity="center"
26
            android:gravity="center"
27
            android:layout_centerHorizontal="true"
27
            android:layout_centerHorizontal="true"
28
            android:layout_width="wrap_content"
28
            android:layout_width="wrap_content"
29
            android:layout_height="wrap_content" />
29
            android:layout_height="wrap_content" />