mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 23:50:13 -04:00
TodayForm dynamic fragment now fully functional: allows selecting tasks form the task list, allows text filtering
Creation of an ArrayAdapter to handle selection for the above Moved code out of Today Activity into Today Form where it belonged Replaced TaskFragment Coordinator Layout with a Frame Layout Re-moved the Floating Action Button into the Activities out of Task Fragment Simplification of Preferences
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
android:theme="@style/AppTheme.AppBarOverlay">
|
||||
<include layout="@layout/toolbar" android:id="@+id/dialog_toolbar" />
|
||||
</android.support.design.widget.AppBarLayout>
|
||||
<!-- This will contain the actual contents of the dialog -->
|
||||
<FrameLayout
|
||||
android:id="@+id/dynamic_fragment_content"
|
||||
android:layout_width="match_parent"
|
||||
|
Reference in New Issue
Block a user