Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-06-21 10:54:49 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-21 10:54:49 +0300
commit4a3f132b95fc112fcb27d833cb5b0d3be9f7a5c0 (patch)
tree548d353282c13efc84b56a98d6360e45818b8c61 /app/src/main/res/layout/item_notes_list_note_item_grid.xml
parentb70f5bafcf143e4afa5d2ccf3714a0f36d853b15 (diff)
Fix #893 Grid view: 2-letter category title not center aligned
Diffstat (limited to 'app/src/main/res/layout/item_notes_list_note_item_grid.xml')
-rw-r--r--app/src/main/res/layout/item_notes_list_note_item_grid.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_notes_list_note_item_grid.xml b/app/src/main/res/layout/item_notes_list_note_item_grid.xml
index 8a0f2f5d..3b7ca616 100644
--- a/app/src/main/res/layout/item_notes_list_note_item_grid.xml
+++ b/app/src/main/res/layout/item_notes_list_note_item_grid.xml
@@ -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>