Change db version

pull/2012/head
Dharanish 1 year ago
parent f5da00a989
commit c764461726

@ -80,34 +80,43 @@
android:textSize="@dimen/smallTextSize" />
<TextView
android:id="@+id/skipLabel"
android:id="@+id/reminderIcon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="1dp"
android:text="@string/fa_bell_o"
android:textColor="?attr/contrast60"
android:text=""
android:layout_marginStart="4dp"
android:layout_marginEnd="16dp"
android:textSize="@dimen/smallTextSize" />
<TextView
android:id="@+id/reminderIcon"
android:id="@+id/reminderLabel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/fa_bell_o"
android:textColor="?attr/contrast60"
android:paddingTop="1dp"
android:text="8:00 AM"
android:layout_marginStart="4dp"
android:textSize="@dimen/smallTextSize" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:gravity="center_vertical"
android:orientation="horizontal"
tools:visibility="visible">
<TextView
android:id="@+id/reminderLabel"
android:id="@+id/skipLabel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="1dp"
android:textColor="?attr/contrast60"
android:text="8:00 AM"
android:text=""
android:layout_marginStart="4dp"
android:layout_marginEnd="16dp"
android:textSize="@dimen/smallTextSize" />
</LinearLayout>
</merge>

@ -20,4 +20,4 @@ package org.isoron.uhabits.core
const val DATABASE_FILENAME = "uhabits.db"
const val DATABASE_VERSION = 25
const val DATABASE_VERSION = 26

Loading…
Cancel
Save