mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
43 lines
1.9 KiB
XML
43 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical">
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="10"
|
|
android:orientation="vertical"
|
|
android:background="@drawable/rbx_bg_card_shadow"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginRight="10dp"
|
|
android:paddingLeft="15dp"
|
|
android:paddingTop="12dp"
|
|
android:paddingRight="15dp"
|
|
android:id="@+id/fragment_sign_up_inner_background"
|
|
android:layout_marginBottom="1dp">
|
|
<LinearLayout
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:id="@+id/fragment_sign_up_card_inner_container" />
|
|
</LinearLayout>
|
|
<wtf.watrbx.client.components.RbxTextView
|
|
android:id="@+id/fragment_sign_up_agreement"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:ellipsize="none"
|
|
android:gravity="left"
|
|
android:maxLines="100"
|
|
android:scrollHorizontally="false"
|
|
android:singleLine="false"
|
|
android:text="@string/lorem_ipsum_xl"
|
|
android:textColor="@color/shell_text_normal"
|
|
android:textSize="@dimen/textSizeSignupFinePrint"
|
|
android:layout_gravity="top"
|
|
android:autoText="true"
|
|
android:layout_marginLeft="12dp"
|
|
android:layout_marginRight="10dp"
|
|
android:paddingLeft="1dp"
|
|
style="@style/Theme.Roblox.StandardFontLight" />
|
|
</LinearLayout> |