mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
Fix #893 Grid view: 2-letter category title not center aligned
This commit is contained in:
parent
b70f5bafcf
commit
4a3f132b95
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue