Files
device_oneplus_8750-common/DeviceSettings/res/layout/activity_game_bar.xml
elpaablo 3877d92c04 temp2
Change-Id: Ia38ffba8ac4da1fbd3a51d34dc6a6bb60982567a
2025-10-20 17:20:23 -07:00

13 lines
443 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<fragment
android:id="@+id/game_bar_fragment"
android:name="org.lineageos.device.DeviceSettings.gamebar.GameBarFragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>