Add about activity
This commit is contained in:
parent
388e8d0c2f
commit
f13731f91e
22 changed files with 2280 additions and 9 deletions
10
app/src/main/res/menu/software_component.xml
Normal file
10
app/src/main/res/menu/software_component.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/action_website"
|
||||
android:title="@string/action_open_website" />
|
||||
<item
|
||||
android:id="@+id/action_show_license"
|
||||
android:title="@string/read_full_license">
|
||||
</item>
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue