1
0
Fork 0

Changed package name

This commit is contained in:
Carlos Galindo 2015-02-22 12:56:31 +01:00
commit 2501b899fd
9 changed files with 93 additions and 92 deletions

View file

@ -4,7 +4,7 @@
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin"
tools:context="com.ddns.kauron.dungeonmanager.Introduction">
tools:context="com.ddns.kauron.com.kauron.dungeonmanager.Introduction">
<LinearLayout
android:layout_width="fill_parent"

View file

@ -1,7 +1,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="com.ddns.kauron.dungeonmanager.Introduction">
tools:context="com.kauron.dungeonmanager.Introduction">
<item android:id="@+id/action_finish"
android:title="@string/action_finish"
android:orderInCategory="100"