mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-13 16:43:01 +00:00
restructure and unite service android/java to libsignal
This commit is contained in:
18
app/src/main/res/menu/settings_general.xml
Normal file
18
app/src/main/res/menu/settings_general.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_change_theme"
|
||||
android:title=""
|
||||
android:icon="@drawable/ic_ui_mode_24"
|
||||
app:showAsAction="always" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_qr_code"
|
||||
android:title=""
|
||||
android:icon="@drawable/ic_qr_code_24"
|
||||
app:showAsAction="always" />
|
||||
|
||||
</menu>
|
||||
Reference in New Issue
Block a user