We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebe72c commit be7b0b7Copy full SHA for be7b0b7
1 file changed
app/src/main/res/layout/main_activity.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<!--
3
- Copyright 2021–2023 Conway
+ Copyright 2021–2023, 2025 Conway
4
Licensed under the GNU General Public License v3.0 (GPL-3.0-only).
5
This is free software with NO WARRANTY etc. etc.,
6
see LICENSE or <https://www.gnu.org/licenses/>.
@@ -9,6 +9,7 @@
9
xmlns:android="http://schemas.android.com/apk/res/android"
10
android:layout_width="fill_parent"
11
android:layout_height="fill_parent"
12
+ android:fitsSystemWindows="true"
13
>
14
<LinearLayout
15
android:layout_height="wrap_content"
0 commit comments