aboutsummaryrefslogtreecommitdiff
path: root/dists/android/res/layout/splash.xml
blob: e9fd5f70e7b29281e1d32417b50d08132cab172f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  android:orientation="vertical"
  android:gravity="center"
  android:background="@drawable/gradient"
  android:layout_width="fill_parent"
  android:layout_height="fill_parent">
  <ImageView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:adjustViewBounds="true"
    android:scaleType="fitCenter"
    android:src="@drawable/scummvm_big" />
  <ProgressBar android:id="@+id/progress"
    style="?android:attr/progressBarStyleHorizontal"
    android:layout_width="300dip"
    android:layout_height="wrap_content"
    android:padding="20dip"/>
</LinearLayout>