Skip to content

Commit

Permalink
benerin nama package
Browse files Browse the repository at this point in the history
  • Loading branch information
teddypangkat committed Dec 10, 2018
1 parent 06a4fbe commit 290c44e
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 6 deletions.
31 changes: 30 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package educa62.id.android_actionbartoolbar;
package educa62.com.educa62.userinterface_and_navigation;

import android.content.Context;
import android.support.test.InstrumentationRegistry;
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="educa62.id.android_actionbartoolbar">
package="educa62.com.educa62.userinterface_and_navigation">

<application
android:allowBackup="true"
Expand All @@ -9,7 +9,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<activity android:name="educa62.com.educa62.userinterface_and_navigation.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package educa62.id.android_actionbartoolbar;
package educa62.com.educa62.userinterface_and_navigation;

import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package educa62.id.android_actionbartoolbar;
package educa62.com.educa62.userinterface_and_navigation;

import org.junit.Test;

Expand Down

0 comments on commit 290c44e

Please sign in to comment.