Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
530
Issue boards
Milestones
Wiki
Code
Merge requests
15
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
a8194cc2
Commit
a8194cc2
authored
4 months ago
by
Nicolas Pomepuy
Committed by
Duncan McNamara
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Prevent overlap between the empty view buttons in some languages
parent
4c191091
No related branches found
No related tags found
1 merge request
!1994
Prevent overlap between the empty view buttons in some languages
Pipeline
#520758
passed with stage
Stage:
in 6 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
application/vlc-android/res/layout/view_empty_loading.xml
+9
-10
9 additions, 10 deletions
application/vlc-android/res/layout/view_empty_loading.xml
with
9 additions
and
10 deletions
application/vlc-android/res/layout/view_empty_loading.xml
+
9
−
10
View file @
a8194cc2
...
...
@@ -27,8 +27,7 @@
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/container"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
android:layout_height=
"wrap_content"
>
<androidx.constraintlayout.widget.Guideline
android:id=
"@+id/guideline12"
...
...
@@ -131,23 +130,23 @@
android:layout_height=
"wrap_content"
android:layout_marginTop=
"24dp"
android:text=
"@string/permission_ask_again"
app:layout_constraintVertical_chainStyle=
"packed"
app:layout_constraintEnd_toStartOf=
"@+id/pickFile"
app:layout_constraintEnd_toEndOf=
"@+id/noMediaButton"
app:layout_constraintHorizontal_bias=
"0.5"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/permissionTextView"
/>
app:layout_constraintStart_toStartOf=
"@+id/noMediaButton"
app:layout_constraintTop_toBottomOf=
"@+id/permissionTextView"
app:layout_constraintVertical_chainStyle=
"packed"
/>
<Button
android:id=
"@+id/pickFile"
style=
"?attr/empty_button"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"
24
dp"
android:layout_marginTop=
"
16
dp"
android:text=
"@string/pick_file"
app:layout_constraintEnd_toEndOf=
"
parent
"
app:layout_constraintEnd_toEndOf=
"
@+id/noMediaButton
"
app:layout_constraintHorizontal_bias=
"0.5"
app:layout_constraintStart_to
End
Of=
"@+id/
grantPermission
Button"
app:layout_constraintTop_toBottomOf=
"@+id/
p
ermission
TextView
"
/>
app:layout_constraintStart_to
Start
Of=
"@+id/
noMedia
Button"
app:layout_constraintTop_toBottomOf=
"@+id/
grantP
ermission
Button
"
/>
<TextView
android:id=
"@+id/loadingTitle"
...
...
This diff is collapsed.
Click to expand it.
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