Hidden App Settings now open a view with hidden apps (can't unhide yet)

This commit is contained in:
ottoptj 2024-07-31 23:25:26 +03:00
commit b7cf7af2eb
12 changed files with 371 additions and 52 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout 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:id="@+id/settingsLayout"
@ -9,14 +9,11 @@
android:orientation="vertical"
tools:context=".SettingsActivity">
<Space
android:layout_width="match_parent"
android:layout_height="40dp" />
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/settings_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:paddingTop="40dp">
</androidx.constraintlayout.widget.ConstraintLayout>
@ -460,4 +457,4 @@
tools:layout_editor_absoluteY="810dp" />
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>
</FrameLayout>