|
|
@@ -6,10 +6,26 @@ |
|
|
|
android:background="@color/white" |
|
|
|
android:theme="@style/ThemeOverlay.Nsgk_rural_web.FullscreenContainer"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerInParent="true" |
|
|
|
android:id="@+id/imageView" |
|
|
|
android:src="@mipmap/ic_launcher" /> |
|
|
|
android:orientation="vertical" |
|
|
|
android:layout_centerInParent="true"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:id="@+id/imageView" |
|
|
|
android:src="@mipmap/ic_launcher" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:textStyle="bold" |
|
|
|
android:text="农燊高科" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</RelativeLayout> |