15 lines
440 B
XML
15 lines
440 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
SPDX-FileCopyrightText: 2025 kenway214
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/game_bar_root"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="#80000000"
|
|
android:padding="8dp"
|
|
android:orientation="vertical">
|
|
</LinearLayout>
|