mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
25 lines
1.3 KiB
XML
25 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="0dp" android:layout_height="match_parent" android:orientation="vertical" android:layout_weight="4">
|
|
<Space android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" />
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:orientation="vertical"
|
|
android:background="@drawable/rbx_bg_card_shadow"
|
|
android:paddingLeft="15dp"
|
|
android:paddingTop="12dp"
|
|
android:paddingRight="15dp"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginRight="10dp"
|
|
android:layout_weight="7"
|
|
android:id="@+id/fragment_create_username_inner_background">
|
|
<LinearLayout
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:id="@+id/fragment_create_username_card_inner_container"/>
|
|
</LinearLayout>
|
|
<Space android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="2"/>
|
|
</LinearLayout> |