最高优先级任务功能实现,demo修改

This commit is contained in:
AriaLyy
2017-06-03 15:55:09 +08:00
parent 52a4f1e7ea
commit 1764f50258
40 changed files with 435 additions and 410 deletions

View File

@@ -35,12 +35,18 @@
android:layout_below="@+id/name"
/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_below="@+id/task"
android:background="@android:color/darker_gray"
/>
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layout_below="@+id/task"
android:layout_margin="16dp"
/>
</RelativeLayout>