mirror of
https://github.com/proxidize/proxidize-android.git
synced 2026-05-30 00:49:42 +00:00
46 lines
1.5 KiB
XML
46 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<RelativeLayout
|
||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="match_parent"
|
||
android:orientation="vertical"
|
||
android:background="#F3E40D">
|
||
|
||
<LinearLayout
|
||
android:layout_width="match_parent"
|
||
android:layout_height="match_parent"
|
||
android:orientation="vertical">
|
||
|
||
<ImageView
|
||
android:id="@+id/logo"
|
||
android:layout_width="300dp"
|
||
android:layout_height="300dp"
|
||
android:layout_gravity="center"
|
||
android:layout_marginTop="75dp"
|
||
android:scaleType="fitXY"
|
||
android:src="@drawable/logo"/>
|
||
|
||
<TextView
|
||
android:id="@+id/slogan1"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:layout_marginTop="20dp"
|
||
android:gravity="center_horizontal"
|
||
android:text="@string/_4g_proxy_solutions"
|
||
android:textAlignment="center"
|
||
android:textColor="#000"
|
||
android:textSize="18dp"
|
||
android:textStyle="bold" />
|
||
|
||
</LinearLayout>
|
||
|
||
|
||
<!--<TextView-->
|
||
<!--android:layout_width="match_parent"-->
|
||
<!--android:layout_height="wrap_content"-->
|
||
<!--android:layout_gravity="bottom|center"-->
|
||
<!--android:gravity="center"-->
|
||
<!--android:layout_marginBottom="5dp"-->
|
||
<!--android:textColor="@android:color/holo_red_dark"-->
|
||
<!--android:text="©2016~2018 fun"/>-->
|
||
</RelativeLayout> |