linphone-android/res/layout/launch_screen.xml
2015-11-05 16:23:59 +01:00

44 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:background="@color/colorC"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="center"
android:layout_marginBottom="20dp"
android:gravity="center"
android:orientation="vertical">
<ImageView
android:src="@drawable/logo_secure_phone"
android:layout_width="200dp"
android:layout_height="200dp"
android:layout_gravity="center"/>
<TextView
android:text="@string/app_name"
style="@style/font6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:layout_gravity="center"/>
</LinearLayout>
<ProgressBar
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_marginBottom="20dp"
android:layout_gravity="center_horizontal|bottom" />
<ImageView
android:src="@drawable/logo_orange"
android:layout_width="80dp"
android:layout_height="80dp"
android:padding="10dp"
android:layout_gravity="right|bottom"/>
</FrameLayout>