mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
19 lines
834 B
XML
19 lines
834 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<wtf.watrbx.client.components.RbxLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/RbxGray5"
|
|
android:id="@+id/fragment_change_email_background"
|
|
android:weightSum="10">
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:id="@+id/fragment_change_email_swap_container"
|
|
android:layout_gravity="center"
|
|
android:gravity="center_horizontal"
|
|
android:weightSum="10">
|
|
</LinearLayout>
|
|
</wtf.watrbx.client.components.RbxLinearLayout> |