basic app setup
This commit is contained in:
parent
2d3bcc627c
commit
4d841133da
47 changed files with 1250 additions and 0 deletions
15
ClimateGoApp/app/src/main/res/menu/navigation_menu.xml
Normal file
15
ClimateGoApp/app/src/main/res/menu/navigation_menu.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:ignore="HardcodedText">
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_main"
|
||||
android:title="@string/nav_main_label" />
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_debug"
|
||||
android:title="@string/nav_debug_frag_label" />
|
||||
|
||||
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue