mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 21:27:48 +00:00
29 lines
1.4 KiB
XML
29 lines
1.4 KiB
XML
<wtf.watrbx.client.components.RbxRelativeLayout
|
|
android:layout_height="match_parent"
|
|
android:layout_width="match_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<wtf.watrbx.client.components.RbxLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/fragment_create_username_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_create_username_swap_container"
|
|
android:layout_gravity="center"
|
|
android:gravity="center_horizontal"
|
|
android:weightSum="10">
|
|
</LinearLayout>
|
|
</wtf.watrbx.client.components.RbxLinearLayout>
|
|
<wtf.watrbx.client.components.RbxLinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:id="@+id/fragment_create_username_overlay"
|
|
android:gravity="center">
|
|
</wtf.watrbx.client.components.RbxLinearLayout>
|
|
</wtf.watrbx.client.components.RbxRelativeLayout>
|