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-14 21:03:28 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-14 21:03:28 +0300
commitd7da2330833fb1f8a80cefac4e12a4ec12adae45 (patch)
treeef0259e435ac8de9d12b9391f7ca7745a691cd7c /app/src/main/res/layout/item_notes_list_note_item_grid_only_title.xml
parent7c5852ecbb1e3c46f7eeb693932ee75c331ecc43 (diff)
Fix some linter issues and remove support for left/right in favor of start/end
Diffstat (limited to 'app/src/main/res/layout/item_notes_list_note_item_grid_only_title.xml')
-rw-r--r--app/src/main/res/layout/item_notes_list_note_item_grid_only_title.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/src/main/res/layout/item_notes_list_note_item_grid_only_title.xml b/app/src/main/res/layout/item_notes_list_note_item_grid_only_title.xml
index 869a4f70..441fe6b9 100644
--- a/app/src/main/res/layout/item_notes_list_note_item_grid_only_title.xml
+++ b/app/src/main/res/layout/item_notes_list_note_item_grid_only_title.xml
@@ -20,10 +20,8 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/spacer_2x"
- android:layout_marginLeft="@dimen/spacer_2x"
android:layout_marginTop="@dimen/spacer_2x"
android:layout_marginEnd="@dimen/spacer_2x"
- android:layout_marginRight="@dimen/spacer_2x"
android:layout_marginBottom="@dimen/spacer_1x"
android:layout_weight="1"
android:hyphenationFrequency="full"
@@ -53,7 +51,6 @@
android:layout_gravity="center_vertical|end"
android:layout_marginTop="12dp"
android:layout_marginEnd="4dp"
- android:layout_marginRight="4dp"
android:baseline="14dp"
app:srcCompat="@drawable/ic_sync_blue_18dp" />
</FrameLayout>