Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-Android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
316
Issues
316
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLC-Android
Commits
d472f5f9
Commit
d472f5f9
authored
Feb 21, 2017
by
Geoffrey Métais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Thinner progress/seek bars
parent
93b03bf0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
12 deletions
+12
-12
vlc-android/res/layout/audio_player.xml
vlc-android/res/layout/audio_player.xml
+6
-6
vlc-android/res/layout/tv_audio_player.xml
vlc-android/res/layout/tv_audio_player.xml
+1
-1
vlc-android/res/layout/video_grid_card.xml
vlc-android/res/layout/video_grid_card.xml
+2
-2
vlc-android/res/layout/video_list_card.xml
vlc-android/res/layout/video_list_card.xml
+2
-2
vlc-android/res/values/dimens.xml
vlc-android/res/values/dimens.xml
+1
-1
No files found.
vlc-android/res/layout/audio_player.xml
View file @
d472f5f9
...
...
@@ -23,8 +23,8 @@
android:layout_height=
"wrap_content"
android:focusable=
"false"
android:indeterminate=
"false"
android:maxHeight=
"
2
dip"
android:minHeight=
"
2
dip"
android:maxHeight=
"
1
dip"
android:minHeight=
"
1
dip"
android:paddingLeft=
"0px"
android:paddingRight=
"0px"
android:progressDrawable=
"?attr/progress_mini_player"
/>
...
...
@@ -217,10 +217,10 @@
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:focusable=
"true"
android:maxHeight=
"
4
dip"
android:minHeight=
"
4
dip"
android:paddingLeft=
"
16dip
"
android:paddingRight=
"
16dip
"
android:maxHeight=
"
1
dip"
android:minHeight=
"
1
dip"
android:paddingLeft=
"
@dimen/half_default_margin
"
android:paddingRight=
"
@dimen/half_default_margin
"
android:progressDrawable=
"@drawable/po_seekbar"
android:splitTrack=
"false"
android:thumb=
"@drawable/seekbar_thumb"
/>
...
...
vlc-android/res/layout/tv_audio_player.xml
View file @
d472f5f9
...
...
@@ -56,7 +56,7 @@
android:id=
"@+id/media_progress"
style=
"?android:attr/progressBarStyleHorizontal"
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_content
"
android:layout_height=
"
2dp
"
android:layout_marginBottom=
"@dimen/half_default_margin"
android:layout_marginTop=
"@dimen/half_default_margin"
android:focusable=
"true"
...
...
vlc-android/res/layout/video_grid_card.xml
View file @
d472f5f9
...
...
@@ -163,8 +163,8 @@
android:focusable=
"false"
android:indeterminate=
"false"
android:max=
"@{max}"
android:maxHeight=
"
2
dip"
android:minHeight=
"
2
dip"
android:maxHeight=
"
1
dip"
android:minHeight=
"
1
dip"
android:progress=
"@{progress}"
android:progressDrawable=
"@drawable/gridview_progressbar"
android:secondaryProgress=
"0"
...
...
vlc-android/res/layout/video_list_card.xml
View file @
d472f5f9
...
...
@@ -149,8 +149,8 @@
android:paddingTop=
"1dp"
android:indeterminate=
"false"
android:max=
"@{max}"
android:maxHeight=
"
2
dip"
android:minHeight=
"
2
dip"
android:maxHeight=
"
1
dip"
android:minHeight=
"
1
dip"
android:progress=
"@{progress}"
android:progressDrawable=
"?attr/gridview_progressbar"
android:visibility=
"@{max == 0 ? View.INVISIBLE : View.VISIBLE}"
/>
...
...
vlc-android/res/values/dimens.xml
View file @
d472f5f9
...
...
@@ -21,7 +21,7 @@
<dimen
name=
"overlay_padding_sides"
>
5dp
</dimen>
<dimen
name=
"overlay_margin"
>
2dp
</dimen>
<dimen
name=
"seekbar_height"
>
2
dip
</dimen>
<dimen
name=
"seekbar_height"
>
1
dip
</dimen>
<dimen
name=
"images_margin_sides"
>
10dp
</dimen>
<dimen
name=
"time_margin_sides"
>
12dp
</dimen>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment