Skip to content

Commit

Permalink
Xposed Only Mode: Fix status bar and navbar color
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Sep 7, 2023
1 parent c08b942 commit aaf90a6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/src/main/res/layout/activity_xposed_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false"
android:fitsSystemWindows="true"
android:fillViewport="true"
android:orientation="vertical"
tools:context=".ui.activities.XposedMenu">

<FrameLayout
android:id="@+id/main_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="@dimen/container_marginTopBottom"
android:clipChildren="false"
android:fitsSystemWindows="true" />
android:paddingBottom="@dimen/container_marginTopBottom" />

</RelativeLayout>

0 comments on commit aaf90a6

Please sign in to comment.