Archived
Added database persistence ability
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".fragment.FirstFragment">
|
||||
tools:context=".fragment.EventFragment">
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/recycler_view"
|
||||
@@ -7,9 +7,9 @@
|
||||
|
||||
<fragment
|
||||
android:id="@+id/FirstFragment"
|
||||
android:name="com.denizk0461.studip.fragment.FirstFragment"
|
||||
android:name="com.denizk0461.studip.fragment.EventFragment"
|
||||
android:label="@string/first_fragment_label"
|
||||
tools:layout="@layout/fragment_first">
|
||||
tools:layout="@layout/fragment_event">
|
||||
|
||||
<action
|
||||
android:id="@+id/action_FirstFragment_to_SecondFragment"
|
||||
|
||||
Reference in New Issue
Block a user