2020-08-20 07:48:41 +00:00
|
|
|
<?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">
|
|
|
|
|
2020-08-26 13:12:01 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_change_theme"
|
|
|
|
android:title=""
|
2020-09-02 11:09:38 +00:00
|
|
|
android:icon="@drawable/ic_ui_mode_24"
|
2020-08-26 13:12:01 +00:00
|
|
|
app:showAsAction="always" />
|
|
|
|
|
2020-08-20 07:48:41 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_qr_code"
|
|
|
|
android:title=""
|
2020-08-20 08:08:10 +00:00
|
|
|
android:icon="@drawable/ic_qr_code_24"
|
2020-08-20 07:48:41 +00:00
|
|
|
app:showAsAction="always" />
|
|
|
|
|
|
|
|
</menu>
|