Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
531
Issue boards
Milestones
Wiki
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
ecd1664c
Commit
ecd1664c
authored
7 years ago
by
Geoffrey Métais
Browse files
Options
Downloads
Patches
Plain Diff
Fix 'seen' mark position
No matter orientation is RTL or LTR Close
#423
parent
517cfb4c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vlc-android/res/layout/video_grid_card.xml
+1
-1
1 addition, 1 deletion
vlc-android/res/layout/video_grid_card.xml
vlc-android/res/layout/video_list_card.xml
+1
-1
1 addition, 1 deletion
vlc-android/res/layout/video_list_card.xml
with
2 additions
and
2 deletions
vlc-android/res/layout/video_grid_card.xml
+
1
−
1
View file @
ecd1664c
...
...
@@ -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_constraint
End_toEnd
Of=
"@+id/ml_item_thumbnail"
vlc:layout_constraint
Right_toRight
Of=
"@+id/ml_item_thumbnail"
vlc:layout_constraintTop_toTopOf=
"@+id/ml_item_thumbnail"
/>
<TextView
...
...
This diff is collapsed.
Click to expand it.
vlc-android/res/layout/video_list_card.xml
+
1
−
1
View file @
ecd1664c
...
...
@@ -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_constraint
End_toEnd
Of=
"@+id/ml_item_thumbnail"
vlc:layout_constraint
Right_toRight
Of=
"@+id/ml_item_thumbnail"
vlc:layout_constraintTop_toTopOf=
"@+id/ml_item_thumbnail"
/>
<TextView
...
...
This diff is collapsed.
Click to expand it.
Geoffrey Métais
@Dekans
mentioned in commit
ac2db116
·
7 years ago
mentioned in commit
ac2db116
mentioned in commit ac2db1168c40264431c832929cb1a42b3cf781d9
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment