Files
watrbx-game-engine/Android/NativeShell/res/layout/fragment_value_container.xml
T
2025-09-18 17:55:52 -04:00

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>