mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
18 lines
747 B
XML
18 lines
747 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:background="@color/black"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<TextView
|
|
android:textSize="30sp"
|
|
android:textColor="@color/white"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/text_connect_wifi_state_connecting"
|
|
android:includeFontPadding="false"
|
|
android:translationY="-2dp"
|
|
android:fontFamily="@font/power_grotesk_regular"
|
|
android:layout_marginStart="18dp"
|
|
android:layout_marginEnd="24dp"
|
|
android:textFontWeight="400"/>
|
|
</LinearLayout>
|