mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
3aa30899a5
the code is a tiny bit more complicated as we keep the call to get_webxdc_info() in background and also avoid a second call to get_webxdc_info().
9 lines
255 B
XML
9 lines
255 B
XML
<?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:title="@string/source_code"
|
|
android:id="@+id/source_code" />
|
|
|
|
</menu>
|