You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
3.5 KiB
94 lines
3.5 KiB
5 years ago
|
Index: app/src/main/java/hunnu/sj/raise_money/MainActivity.java
|
||
|
IDEA additional info:
|
||
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
||
|
<+>UTF-8
|
||
|
===================================================================
|
||
|
--- app/src/main/java/hunnu/sj/raise_money/MainActivity.java (date 1571791518000)
|
||
|
+++ app/src/main/java/hunnu/sj/raise_money/MainActivity.java (date 1571791523878)
|
||
|
@@ -25,7 +25,7 @@
|
||
|
|
||
|
private AppBarConfiguration mAppBarConfiguration;
|
||
|
|
||
|
-
|
||
|
+
|
||
|
@Override
|
||
|
protected void onCreate(Bundle savedInstanceState) {
|
||
|
super.onCreate(savedInstanceState);
|
||
|
Index: app/src/main/res/layout/activity_main.xml
|
||
|
IDEA additional info:
|
||
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
||
|
<+>UTF-8
|
||
|
===================================================================
|
||
|
--- app/src/main/res/layout/activity_main.xml (date 1571791518000)
|
||
|
+++ app/src/main/res/layout/activity_main.xml (date 1571794335249)
|
||
|
@@ -22,4 +22,6 @@
|
||
|
app:headerLayout="@layout/nav_header_main"
|
||
|
app:menu="@menu/activity_main_drawer" />
|
||
|
|
||
|
+
|
||
|
+
|
||
|
</androidx.drawerlayout.widget.DrawerLayout>
|
||
|
Index: app/src/main/res/layout/nav_header_main.xml
|
||
|
IDEA additional info:
|
||
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
||
|
<+>UTF-8
|
||
|
===================================================================
|
||
|
--- app/src/main/res/layout/nav_header_main.xml (date 1571791518000)
|
||
|
+++ app/src/main/res/layout/nav_header_main.xml (date 1571794335139)
|
||
|
@@ -18,7 +18,7 @@
|
||
|
android:layout_height="wrap_content"
|
||
|
android:contentDescription="@string/nav_header_desc"
|
||
|
android:paddingTop="@dimen/nav_header_vertical_spacing"
|
||
|
- app:srcCompat="@mipmap/ic_launcher_round" />
|
||
|
+ app:srcCompat="@drawable/ic_menu_gallery" />
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="match_parent"
|
||
|
Index: app/src/main/res/menu/activity_main_drawer.xml
|
||
|
IDEA additional info:
|
||
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
||
|
<+>UTF-8
|
||
|
===================================================================
|
||
|
--- app/src/main/res/menu/activity_main_drawer.xml (date 1571791518000)
|
||
|
+++ app/src/main/res/menu/activity_main_drawer.xml (date 1571794361373)
|
||
|
@@ -1,38 +1,4 @@
|
||
|
<?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:showIn="navigation_view">
|
||
|
-
|
||
|
- <group android:checkableBehavior="single">
|
||
|
- <item
|
||
|
- android:id="@+id/nav_home"
|
||
|
- android:icon="@drawable/ic_menu_camera"
|
||
|
- android:title="@string/menu_home" />
|
||
|
- <item
|
||
|
- android:id="@+id/nav_gallery"
|
||
|
- android:icon="@drawable/ic_menu_gallery"
|
||
|
- android:title="@string/menu_gallery" />
|
||
|
- <item
|
||
|
- android:id="@+id/nav_slideshow"
|
||
|
- android:icon="@drawable/ic_menu_slideshow"
|
||
|
- android:title="@string/menu_slideshow" />
|
||
|
- <item
|
||
|
- android:id="@+id/nav_tools"
|
||
|
- android:icon="@drawable/ic_menu_manage"
|
||
|
- android:title="@string/menu_tools" />
|
||
|
- </group>
|
||
|
-
|
||
|
- <item android:title="Communicate">
|
||
|
- <menu>
|
||
|
- <item
|
||
|
- android:id="@+id/nav_share"
|
||
|
- android:icon="@drawable/ic_menu_share"
|
||
|
- android:title="@string/menu_share" />
|
||
|
- <item
|
||
|
- android:id="@+id/nav_send"
|
||
|
- android:icon="@drawable/ic_menu_send"
|
||
|
- android:title="@string/menu_send" />
|
||
|
- </menu>
|
||
|
- </item>
|
||
|
-
|
||
|
-</menu>
|
||
|
+ tools:showIn="navigation_view"/>
|