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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-06-16 10:23:42 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-16 10:23:42 +0300
commit6fec0079757c2d356693e9934af7ec5dc3464eff (patch)
tree84295e475e1310784c8308d64f741271916724f0 /app/src/main/res/layout/item_tip.xml
parent664aee51ee09a72cff535ec338b7f25a09179373 (diff)
Remove obsolete attributes starting with minSdk 17
Diffstat (limited to 'app/src/main/res/layout/item_tip.xml')
-rw-r--r--app/src/main/res/layout/item_tip.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_tip.xml b/app/src/main/res/layout/item_tip.xml
index 2e186d42e..96df0e431 100644
--- a/app/src/main/res/layout/item_tip.xml
+++ b/app/src/main/res/layout/item_tip.xml
@@ -26,9 +26,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="40dp"
- android:layout_marginLeft="40dp"
android:layout_marginEnd="@dimen/spacer_1x"
- android:layout_marginRight="@dimen/spacer_1x"
android:visibility="visible"
tools:text="@string/error_action_open_deck_info"
tools:visibility="visible" />