Support edge-to-edge rendering on Android Q+ (#146)

* Set nav bars transparent in themes.xml files

* App renders edge-to-edge; need to handle scroll overlaps

* Add fake padding

* Begin version separating

* Edge-to-edge working everywhere except main page

* Finalized

* Cleanup Finalized

* Cleanup Finalized

* Removed redundant values-v29 & optimize imports

* Consolidated insets to Fragment2

* Consolidated insets to Fragment2 (file wasn't staged)
This commit is contained in:
Sean Singh
2023-07-04 12:17:44 +02:00
committed by GitHub
parent fb8ec72825
commit 669fa2fd22
8 changed files with 46 additions and 2 deletions
@@ -77,6 +77,10 @@
android:summary="@string/settings_debug_description"
android:title="@string/settings_debug_label" />
<Preference
android:summary=""
android:title="" />
</PreferenceCategory>
</PreferenceScreen>