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
315
Issues
315
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
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
f9eb658b
Commit
f9eb658b
authored
Apr 03, 2015
by
Alexandre Perraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI : Add shadow for black theme Playlist
parent
e9f4ed86
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
7 deletions
+13
-7
vlc-android/res/drawable-hdpi/shadow_bottom_dark.9.png
vlc-android/res/drawable-hdpi/shadow_bottom_dark.9.png
+0
-0
vlc-android/res/drawable-hdpi/shadow_top_dark.9.png
vlc-android/res/drawable-hdpi/shadow_top_dark.9.png
+0
-0
vlc-android/res/layout/audio_player.xml
vlc-android/res/layout/audio_player.xml
+5
-5
vlc-android/res/layout/shadow_bottom.xml
vlc-android/res/layout/shadow_bottom.xml
+1
-1
vlc-android/res/layout/shadow_top.xml
vlc-android/res/layout/shadow_top.xml
+1
-1
vlc-android/res/values/attrs.xml
vlc-android/res/values/attrs.xml
+2
-0
vlc-android/res/values/styles.xml
vlc-android/res/values/styles.xml
+4
-0
No files found.
vlc-android/res/drawable-hdpi/shadow_bottom_dark.9.png
0 → 100644
View file @
f9eb658b
274 Bytes
vlc-android/res/drawable-hdpi/shadow_top_dark.9.png
0 → 100644
View file @
f9eb658b
278 Bytes
vlc-android/res/layout/audio_player.xml
View file @
f9eb658b
...
...
@@ -102,11 +102,6 @@
android:background=
"#00000000"
/>
</LinearLayout>
<include
layout=
"@layout/shadow_top"
android:layout_width=
"match_parent"
android:layout_height=
"6dp"
android:layout_below=
"@+id/header"
/>
<ViewSwitcher
android:id=
"@+id/view_switcher"
android:layout_width=
"match_parent"
...
...
@@ -128,6 +123,11 @@
android:layout_height=
"fill_parent"
/>
</ViewSwitcher>
<include
layout=
"@layout/shadow_top"
android:layout_width=
"match_parent"
android:layout_height=
"6dp"
android:layout_below=
"@+id/header"
/>
<include
layout=
"@layout/shadow_bottom"
android:layout_width=
"match_parent"
android:layout_height=
"6dp"
...
...
vlc-android/res/layout/shadow_bottom.xml
View file @
f9eb658b
...
...
@@ -2,4 +2,4 @@
<View
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_height=
"6dp"
android:background=
"@drawable/shadow_bottom"
/>
\ No newline at end of file
android:background=
"?attr/shadow_bottom_9patch"
/>
\ No newline at end of file
vlc-android/res/layout/shadow_top.xml
View file @
f9eb658b
...
...
@@ -2,4 +2,4 @@
<View
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_height=
"6dp"
android:background=
"@drawable/shadow_top"
/>
\ No newline at end of file
android:background=
"?attr/shadow_top_9patch"
/>
\ No newline at end of file
vlc-android/res/values/attrs.xml
View file @
f9eb658b
...
...
@@ -63,6 +63,8 @@
<attr
name=
"mini_player_top_shadow"
format=
"reference"
/>
<attr
name=
"audio_playlist_shadow"
format=
"reference"
/>
<attr
name=
"shadow_top_9patch"
format=
"reference"
/>
<attr
name=
"shadow_bottom_9patch"
format=
"reference"
/>
<attr
name=
"advanced_options_style"
format=
"reference"
/>
...
...
vlc-android/res/values/styles.xml
View file @
f9eb658b
...
...
@@ -68,6 +68,8 @@
<item
name=
"ic_move_media"
>
@drawable/ic_move_media
</item>
<item
name=
"ic_save"
>
@drawable/ic_save_grey600_48dp
</item>
<item
name=
"ic_trash_small_normal"
>
@drawable/ic_trash_small_normal
</item>
<item
name=
"shadow_top_9patch"
>
@drawable/shadow_top
</item>
<item
name=
"shadow_bottom_9patch"
>
@drawable/shadow_bottom
</item>
<item
name=
"gridview_progressbar"
>
@drawable/gridview_progressbar_w
</item>
<item
name=
"advanced_options_style"
>
@style/Theme.VLC.AdvancedOptionsLight
</item>
</style>
...
...
@@ -139,6 +141,8 @@
<item
name=
"ic_move_media"
>
@drawable/ic_move_media_w
</item>
<item
name=
"ic_save"
>
@drawable/ic_save_white_48dp
</item>
<item
name=
"ic_trash_small_normal"
>
@drawable/ic_trash_small_normal_w
</item>
<item
name=
"shadow_top_9patch"
>
@drawable/shadow_top_dark
</item>
<item
name=
"shadow_bottom_9patch"
>
@drawable/shadow_bottom_dark
</item>
<item
name=
"gridview_progressbar"
>
@drawable/gridview_progressbar
</item>
<item
name=
"advanced_options_style"
>
@style/Theme.VLC.AdvancedOptionsBlack
</item>
</style>
...
...
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