linphone-android/res/layout/launch_screen.xml
2018-08-20 16:31:14 +02:00

45 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/colorB">
<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:layout_width="200dp"
android:layout_height="200dp"
android:layout_gravity="center"
android:layout_marginBottom="30dp"
android:src="@drawable/logo_secure_phone_big"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="26.7sp"
android:textColor="#ffffff"
android:lineSpacingExtra="-13.3sp"
android:text="@string/app_name"/>
</LinearLayout>
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal|bottom"
android:layout_marginBottom="20dp"/>
<ImageView
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_gravity="right|bottom"
android:padding="10dp"
android:src="@drawable/logo_orange"/>
</FrameLayout>