1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-08 21:31:10 +01:00

changed package name due to organisation name

This commit is contained in:
scoute-dich 2016-03-25 23:24:45 +01:00
parent 2ffaa3f1f9
commit 30734f8f2a
18 changed files with 35 additions and 42 deletions

View file

@ -6,7 +6,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context="de.baumann.myapplication.MainActivity">
tools:context="de.dfa.myapplication.MainActivity">
<android.support.design.widget.AppBarLayout
android:layout_width="match_parent"
@ -37,7 +37,7 @@
android:layout_marginRight="8dp"
android:layout_marginBottom="4dp"
android:layout_marginEnd="8dp"
app:layout_behavior="de.baumann.diaspora.FloatingActionsMenuBehavior">
app:layout_behavior="de.dfa.diaspora.FloatingActionsMenuBehavior">
<com.getbase.floatingactionbutton.FloatingActionButton
android:id="@+id/fab_top"

View file

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context="de.baumann.myapplication.MainActivity"
tools:context="de.dfa.myapplication.MainActivity"
tools:showIn="@layout/app_bar_main">
<android.support.v4.widget.SwipeRefreshLayout