Option to read in incognito mode instantly

This commit is contained in:
Koitharu
2023-05-11 18:48:51 +03:00
parent 67bbd3e6d3
commit 96d6f8d8e6
8 changed files with 59 additions and 37 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/action_incognito"
android:icon="@drawable/ic_incognito"
android:title="@string/incognito_mode" />
</menu>