Files
watrbx-game-engine/Android/NativeShell/res/layout/fragment_signup_new.xml
T
2025-09-18 17:55:52 -04:00

18 lines
704 B
XML

<wtf.watrbx.client.components.RbxLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/fragment_sign_up_background"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/RbxGray5"
android:orientation="vertical">
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/fragment_sign_up_swap_container"
android:layout_gravity="center"
android:gravity="center_horizontal"
android:weightSum="10">
</LinearLayout>
</wtf.watrbx.client.components.RbxLinearLayout>