mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<wtf.watrbx.client.components.RbxLinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:gravity="center"
|
|
android:id="@+id/fragment_create_username_overlay_text_container"
|
|
android:background="@drawable/pattern_bg_red"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<wtf.watrbx.client.components.RbxTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="Welcome to"
|
|
android:textSize="@dimen/welcomeTextSize"
|
|
android:id="@+id/fragment_create_username_overlay_first"
|
|
style="@style/Theme.Roblox.StandardFontLight"
|
|
android:visibility="invisible" />
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/roblox_logo_black"
|
|
android:id="@+id/fragment_create_username_overlay_second"
|
|
android:visibility="invisible"/>
|
|
</wtf.watrbx.client.components.RbxLinearLayout> |