Skip to content
Snippets Groups Projects
Commit ecd1664c authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Fix 'seen' mark position

No matter orientation is RTL or LTR

Close #423
parent 517cfb4c
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@
android:layout_height="wrap_content"
android:src="@drawable/ic_seen_normal"
android:visibility="@{seen == 0L ? View.GONE : View.VISIBLE, default=gone}"
vlc:layout_constraintEnd_toEndOf="@+id/ml_item_thumbnail"
vlc:layout_constraintRight_toRightOf="@+id/ml_item_thumbnail"
vlc:layout_constraintTop_toTopOf="@+id/ml_item_thumbnail" />
<TextView
......
......@@ -75,7 +75,7 @@
android:layout_height="wrap_content"
android:src="@drawable/ic_seen_normal"
android:visibility="@{seen == 0L ? View.GONE : View.VISIBLE, default=gone}"
vlc:layout_constraintEnd_toEndOf="@+id/ml_item_thumbnail"
vlc:layout_constraintRight_toRightOf="@+id/ml_item_thumbnail"
vlc:layout_constraintTop_toTopOf="@+id/ml_item_thumbnail" />
<TextView
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment