Create a default task list on first app launch

Hide spinner in task dialog fragment when only one task list
Added some text in About
This commit is contained in:
BONNEVILLE Geoffroy
2017-12-22 17:26:08 +01:00
parent e5c150aaf5
commit 59e1165c89
5 changed files with 65 additions and 54 deletions

View File

@@ -9,6 +9,11 @@
android:paddingTop="@dimen/activity_vertical_margin"
android:orientation="vertical"
tools:context=".activities.AboutActivity">
<TextView
android:id="@+id/description_donext"
android:text="@string/donext_description"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/version_donext"
android:layout_width="wrap_content"