mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
10 lines
426 B
XML
10 lines
426 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<wtf.watrbx.client.components.RbxLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical" android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/RbxGray5"
|
|
android:weightSum="10"
|
|
android:id="@+id/fragment_value_card_container">
|
|
|
|
|
|
</wtf.watrbx.client.components.RbxLinearLayout> |