mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
47 lines
1.9 KiB
XML
47 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
style="@style/Screen"
|
|
android:background="@drawable/abouthome_bg_repeat"
|
|
android:orientation="vertical"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent" >
|
|
|
|
<LinearLayout android:orientation="vertical"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:gravity="center"
|
|
android:layout_gravity="center" >
|
|
|
|
<ImageView android:id="@+id/image"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="20dp"
|
|
android:src="@drawable/logo" />
|
|
|
|
<TextView android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="16dp"
|
|
android:textColor="#000000"
|
|
android:typeface="sans"
|
|
android:text="@string/splash_settingup" />
|
|
|
|
<TextView android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginLeft="32dp"
|
|
android:layout_marginRight="32dp"
|
|
android:textSize="14dp"
|
|
android:textColor="#7C7D7F"
|
|
android:typeface="sans"
|
|
android:text="@string/splash_bookmarks_history" />
|
|
|
|
<ImageView android:id="@+id/spinner_image"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/progress_spinner" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|