New and Edit tasks is now full screen fragment like on phones, dialog like on tablets

Code cleanup
This commit is contained in:
bg45
2017-03-17 13:44:54 -04:00
parent 13d6af6896
commit 9a35af7bf2
10 changed files with 184 additions and 165 deletions

View File

@@ -14,14 +14,7 @@
android:layout_height="wrap_content"
android:paddingTop="@dimen/appbar_padding_top"
android:theme="@style/AppTheme.AppBarOverlay">
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:layout_scrollFlags="enterAlways"
app:popupTheme="@style/AppTheme.PopupOverlay" />
<include layout="@layout/toolbar" android:id="@+id/toolbar" />
<RelativeLayout
android:layout_width="wrap_content"