forked from dicodingacademy/a14-made-labs2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
850bc05
commit 371a9eb
Showing
16 changed files
with
33 additions
and
36 deletions.
There are no files selected for viewing
Binary file modified
BIN
+0 Bytes
(100%)
04.Navigation/MyActionBar/.idea/caches/build_file_checksums.ser
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../myactionbar/ExampleInstrumentedTest.java → .../myactionbar/ExampleInstrumentedTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...icoding/www/myactionbar/MainActivity.java → ...picodiploma/myactionbar/MainActivity.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...icoding/www/myactionbar/MenuActivity.java → ...picodiploma/myactionbar/MenuActivity.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.dicoding.www.myactionbar; | ||
package com.dicoding.picodiploma.myactionbar; | ||
|
||
|
||
import android.os.Bundle; | ||
|
2 changes: 1 addition & 1 deletion
2
...icoding/www/myactionbar/MenuFragment.java → ...picodiploma/myactionbar/MenuFragment.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 3 additions & 4 deletions
7
04.Navigation/MyActionBar/app/src/main/res/values/strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
<resources> | ||
<string name="app_name">MyActionBar</string> | ||
|
||
|
||
<string name="hello_blank_fragment">Hello blank fragment</string> | ||
<string name="search_hint">Masukkan kata</string> | ||
<string name="ini_adalah_menu_activity">Ini adalah menu activity</string> | ||
<string name="ini_adalah_menu_fragment">Ini adalah menu fragment</string> | ||
<string name="this_activity">Ini adalah menu activity</string> | ||
<string name="this_fragment">Ini adalah menu fragment</string> | ||
<string name="search">Search</string> | ||
<string name="menu1">Menu1</string> | ||
<string name="menu_1">Menu 1</string> | ||
<string name="menu_2">Menu 2</string> | ||
</resources> |
2 changes: 1 addition & 1 deletion
2
...ding/www/myactionbar/ExampleUnitTest.java → ...odiploma/myactionbar/ExampleUnitTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.dicoding.www.myactionbar; | ||
package com.dicoding.picodiploma.myactionbar; | ||
|
||
import org.junit.Test; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
04.Navigation/MyActionBar/gradle/wrapper/gradle-wrapper.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Fri Jul 20 14:19:36 ICT 2018 | ||
#Fri Oct 19 13:15:13 ICT 2018 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip |