mirror of
https://github.com/Skysamara/android-kotlin-fundamentals-apps.git
synced 2025-12-06 06:16:03 +00:00
8 lines
260 B
XML
8 lines
260 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
android:id="@+id/aboutFragment"
|
|
android:title="@string/about" />
|
|
</menu> |