Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Feb 5, 2024
1 parent c29f88c commit 2d9a945
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/pandroid/app/src/main/res/layout/fragment_game_drawer.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
<androidx.drawerlayout.widget.DrawerLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="?colorSurface">
android:background="?colorSurface"
android:keepScreenOn="true"
tools:openDrawer="start">


<LinearLayout
Expand Down Expand Up @@ -63,15 +65,12 @@

</LinearLayout>

<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="10dp">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
android:layout_height="match_parent"
android:orientation="vertical"
android:layout_marginTop="10dp">

<androidx.appcompat.widget.AppCompatTextView
android:layout_width="match_parent"
Expand Down Expand Up @@ -103,4 +102,4 @@

</ScrollView>

</LinearLayout>
</androidx.drawerlayout.widget.DrawerLayout>

0 comments on commit 2d9a945

Please sign in to comment.