Files
device_samsung_a71/parts/res/layout/game_overlay.xml
just_inntime b7d8c1682c a71: Introduce parts [1/2]
Based on XiaomiParts for peridot
Special thanks to kenway214
2025-09-29 11:52:42 +07:00

11 lines
350 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/game_overlay_root"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#80000000"
android:padding="8dp"
android:orientation="vertical">
</LinearLayout>