mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<wtf.watrbx.client.components.RbxLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:background="@android:color/holo_purple"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:padding="10dp"
|
||||
android:id="@+id/fragment_value_home_card">
|
||||
<wtf.watrbx.client.components.RbxTextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="ERROR"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/textSizeSignupHeader"
|
||||
style="@style/Theme.Roblox.StandardFontRegular"
|
||||
android:layout_marginBottom="10dp"/>
|
||||
<wtf.watrbx.client.components.RbxTextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="This is the default card. You must set mPage in via the pageType key in the fragment\'s args."
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/textSizeSignupLogin"/>
|
||||
<wtf.watrbx.client.components.RbxButton
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="right"
|
||||
android:text="@string/SignupWordSpace"
|
||||
android:background="@color/RbxBlue1"
|
||||
android:paddingTop="5dp"
|
||||
android:paddingBottom="5dp"
|
||||
android:paddingLeft="10dp"
|
||||
android:paddingRight="10dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_marginRight="5dp"
|
||||
android:textColor="@color/white"
|
||||
android:id="@+id/fragment_value_btn_signup"/>
|
||||
</wtf.watrbx.client.components.RbxLinearLayout>
|
||||
Reference in New Issue
Block a user