Habit notes: left align

This commit is contained in:
2022-01-01 06:40:28 -06:00
parent d875af8a8e
commit 56d2307b75

View File

@@ -28,7 +28,6 @@
android:id="@+id/habitNotes" android:id="@+id/habitNotes"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center"
android:textColor="?attr/contrast100" android:textColor="?attr/contrast100"
tools:text="This is some example text for the notes" /> tools:text="This is some example text for the notes" />
</merge> </merge>