Fix #893 Grid view: 2-letter category title not center aligned

This commit is contained in:
Stefan Niedermann 2020-06-21 09:54:49 +02:00
parent b70f5bafcf
commit 4a3f132b95
2 changed files with 2 additions and 0 deletions

View file

@ -94,6 +94,7 @@
app:chipBackgroundColor="@color/primary"
app:chipStrokeColor="@color/defaultBrand"
app:chipStrokeWidth="1dp"
app:ensureMinTouchTargetSize="false"
tools:maxLength="50"
tools:text="@tools:sample/lorem/random" />
</FrameLayout>

View file

@ -1,6 +1,7 @@
2.16.3
- 🐞 One line notes have no content preview in notes overview (#891)
- 🐞 Grid view: 2-letter category title not center aligned (#893)
2.16.2