mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
31 lines
1.0 KiB
XML
31 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_centerInParent="true"
|
|
android:orientation="vertical" >
|
|
|
|
<ImageView
|
|
android:id="@+id/title_bg_top"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="0.4"
|
|
android:scaleType="fitXY"
|
|
android:src="@drawable/sky_top" />
|
|
|
|
<ImageView
|
|
android:id="@+id/title_bg_centerpattern"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:scaleType="fitXY"
|
|
android:src="@drawable/sky_gradient_drawable" />
|
|
|
|
<ImageView
|
|
android:id="@+id/title_bg_bottom"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="0.6"
|
|
android:scaleType="fitXY"
|
|
android:src="@drawable/sky_bottom" />
|
|
|
|
</LinearLayout> |