All strings put in string.xml

Long press does not drag task lists anymore
Create task list button is themed
Arrows are shown in the scrollable tabs
Task form is now inside a scrollview (needs testing)
Total cycles is now correctly reset when there are no more tasks
This commit is contained in:
2016-01-25 17:42:14 -05:00
parent dd67ff4421
commit c810f3775a
13 changed files with 215 additions and 91 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.wismna.geoffroy.donext"
minSdkVersion 15
targetSdkVersion 23
versionCode 7
versionName "0.7"
versionCode 8
versionName "0.8"
}
buildTypes {
release {