You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/white"
- android:theme="@style/ThemeOverlay.Nsgk_rural_web.FullscreenContainer">
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:id="@+id/llcenter"
- android:layout_marginTop="170dp"
- android:layout_centerHorizontal="true">
-
- <ImageView
- android:id="@+id/imageView"
- android:layout_width="96dp"
- android:layout_height="96dp"
- android:src="@drawable/no_words_144" />
-
- </LinearLayout>
-
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:layout_alignParentBottom="true"
- android:layout_centerHorizontal="true"
- android:layout_marginBottom="8dp">
-
- <TextView
- android:id="@+id/welcome_text_copyright"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:gravity="center"
- android:text="@string/copyright" />
-
- <TextView
- android:id="@+id/welcome_text_vendor"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:gravity="center"
- android:textStyle="bold"
- android:text="@string/company" />
-
- </LinearLayout>
-
- </RelativeLayout>
|