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_section_item.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_section_item.xml')
-rw-r--r--app/src/main/res/layout/item_notes_list_section_item.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_notes_list_section_item.xml b/app/src/main/res/layout/item_notes_list_section_item.xml
index 3f29866a..fd7517bd 100644
--- a/app/src/main/res/layout/item_notes_list_section_item.xml
+++ b/app/src/main/res/layout/item_notes_list_section_item.xml
@@ -5,10 +5,8 @@
android:layout_height="wrap_content"
android:layout_alignWithParentIfMissing="true"
android:layout_alignParentStart="true"
- android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_alignParentEnd="false"
- android:layout_alignParentRight="true"
android:ellipsize="end"
android:gravity="center_vertical"
android:hint="@string/listview_updated_yesterday"