Task list edition working (creation, delete...)

Add New Task dialog (not working)
Tabs synchronized with DB
This commit is contained in:
2015-11-26 18:31:26 -05:00
parent 31b9c8d3a3
commit 88a646bc37
18 changed files with 346 additions and 135 deletions

View File

@@ -6,7 +6,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context="com.wismna.geoffroy.donext.MainActivity">
tools:context=".activities.MainActivity">
<android.support.design.widget.AppBarLayout
android:id="@+id/appbar"
@@ -21,9 +21,7 @@
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:layout_scrollFlags="scroll|enterAlways"
app:popupTheme="@style/AppTheme.PopupOverlay">
</android.support.v7.widget.Toolbar>
app:popupTheme="@style/AppTheme.PopupOverlay" />
<android.support.design.widget.TabLayout
android:id="@+id/tabs"