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
13
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
1e0fcfd0
Commit
1e0fcfd0
authored
4 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Improve onboarding scanning margins
parent
1fe13df4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!506
Onboarding
Pipeline
#14983
failed with stage
in 17 minutes and 51 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
application/vlc-android/res/layout/onboarding_scanning.xml
+40
-34
40 additions, 34 deletions
application/vlc-android/res/layout/onboarding_scanning.xml
with
40 additions
and
34 deletions
application/vlc-android/res/layout/onboarding_scanning.xml
+
40
−
34
View file @
1e0fcfd0
...
...
@@ -46,44 +46,50 @@
app:layout_constraintTop_toBottomOf=
"@+id/imageView2"
/>
<Switch
android:id=
"@+id/scanningEnableSwitch"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"
8
dp"
android:layout_marginTop=
"16dp"
android:layout_marginEnd=
"
8
dp"
android:layout_marginBottom=
"8dp"
android:checked=
"true"
android:text=
"@string/onboarding_scanning_enable"
android:textSize=
"18sp"
app:layout_constraintBottom_toTopOf=
"@+id/autoScanningCheckbox"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/textView4"
app:layout_constraintVertical_chainStyle=
"packed"
/>
android:id=
"@+id/scanningEnableSwitch"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"
16
dp"
android:layout_marginTop=
"16dp"
android:layout_marginEnd=
"
16
dp"
android:layout_marginBottom=
"8dp"
android:checked=
"true"
android:text=
"@string/onboarding_scanning_enable"
android:textSize=
"18sp"
app:layout_constraintBottom_toTopOf=
"@+id/autoScanningCheckbox"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/textView4"
app:layout_constraintVertical_chainStyle=
"packed"
/>
<CheckBox
android:id=
"@+id/autoScanningCheckbox"
android:checked=
"true"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"16dp"
android:layout_marginTop=
"8dp"
android:text=
"@string/auto_rescan_summary"
app:layout_constraintTop_toBottomOf=
"@+id/scanningEnableSwitch"
app:layout_constraintBottom_toTopOf=
"@+id/scanningFolderCheckbox"
tools:layout_editor_absoluteX=
"8dp"
/>
android:id=
"@+id/autoScanningCheckbox"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"24dp"
android:layout_marginTop=
"8dp"
android:layout_marginEnd=
"16dp"
android:layout_marginBottom=
"8dp"
android:checked=
"true"
android:text=
"@string/auto_rescan_summary"
app:layout_constraintBottom_toTopOf=
"@+id/scanningFolderCheckbox"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/scanningEnableSwitch"
/>
<CheckBox
android:id=
"@+id/scanningFolderCheckbox"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"16dp"
android:layout_marginBottom=
"16dp"
android:text=
"@string/onboarding_scan_customize"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/autoScanningCheckbox"
tools:layout_editor_absoluteX=
"8dp"
/>
android:id=
"@+id/scanningFolderCheckbox"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"24dp"
android:layout_marginTop=
"8dp"
android:layout_marginEnd=
"16dp"
android:layout_marginBottom=
"16dp"
android:text=
"@string/onboarding_scan_customize"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/autoScanningCheckbox"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
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