mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-06 19:50:01 +01:00
consistency over varied screen sizes and DPI (from spica to Full HD PC through high-end 5" phone). Far from complete...
35 lines
1.1 KiB
XML
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> |