activity_start_page.xml
757 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/startpage">
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:paddingLeft="250dp"
android:paddingRight="250dp">
<Button
android:id="@+id/btn_ok"
style="@style/button_login_register_style"
android:layout_marginBottom="50dp"
android:text="@string/string_start_page" />
</RelativeLayout>
</RelativeLayout>