Files
andors-trail/AndorsTrail/res/layout/title_bg_sky_layout.xml
Zukero 03d67209cd Attempts to reduce memory usage of title screen and to improve
consistency over varied screen sizes and DPI (from spica to Full HD PC
through high-end 5" phone). Far from complete...
2018-03-13 18:55:12 +01:00

35 lines
1.1 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"
android:elevation="0dp" >
<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/ts_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/ts_sky_bottom" />
-->
</LinearLayout>