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

11 lines
356 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_robux"
android:title="@string/RobuxWord"
app:actionLayout="@layout/button_robux_layout"
app:showAsAction="always"/>
</menu>