mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Preparation to music streaming - Picking from Gelli
This commit is contained in:
parent
a28ad27288
commit
820f783d01
18 changed files with 1921 additions and 87 deletions
BIN
app/src/main/res/drawable/ic_notification.png
Normal file
BIN
app/src/main/res/drawable/ic_notification.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
9
app/src/main/res/drawable/ic_pause_white_24dp.xml
Normal file
9
app/src/main/res/drawable/ic_pause_white_24dp.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportHeight="24.0"
|
||||
android:viewportWidth="24.0">
|
||||
<path
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M6,19h4L10,5L6,5v14zM14,5v14h4L18,5h-4z" />
|
||||
</vector>
|
||||
9
app/src/main/res/drawable/ic_play_arrow_white_24dp.xml
Normal file
9
app/src/main/res/drawable/ic_play_arrow_white_24dp.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportHeight="24.0"
|
||||
android:viewportWidth="24.0">
|
||||
<path
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M8,5v14l11,-7z" />
|
||||
</vector>
|
||||
9
app/src/main/res/drawable/ic_skip_next_white_24dp.xml
Normal file
9
app/src/main/res/drawable/ic_skip_next_white_24dp.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportHeight="24.0"
|
||||
android:viewportWidth="24.0">
|
||||
<path
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M6,18l8.5,-6L6,6v12zM16,6v12h2V6h-2z" />
|
||||
</vector>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportHeight="24.0"
|
||||
android:viewportWidth="24.0">
|
||||
<path
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M6,6h2v12L6,18zM9.5,12l8.5,6L18,6z" />
|
||||
</vector>
|
||||
|
|
@ -12,4 +12,7 @@
|
|||
<dimen name="bottom_sheet_peek_height">56dp</dimen>
|
||||
|
||||
<dimen name="global_padding_bottom">64dp</dimen>
|
||||
|
||||
<dimen name="notification_big_image_size">128dp</dimen>
|
||||
|
||||
</resources>
|
||||
|
|
@ -29,7 +29,22 @@
|
|||
|
||||
<string name="disable">Disable</string>
|
||||
<string name="ignore">Ignore</string>
|
||||
<!-- TODO: Remove or change this placeholder text -->
|
||||
<string name="hello_blank_fragment">Hello blank fragment</string>
|
||||
|
||||
<string name="playback_channel_name">Playback</string>
|
||||
<string name="download_channel_name">Download</string>
|
||||
<string name="unplayable_file">Couldn\'t play this song.</string>
|
||||
<string name="playlist_is_empty">Playlist is empty</string>
|
||||
<string name="audio_focus_denied">Audio focus denied.</string>
|
||||
|
||||
<string name="action_play_next">Play next</string>
|
||||
<string name="action_play">Play</string>
|
||||
<string name="action_play_pause">Play/Pause</string>
|
||||
<string name="action_previous">Previous</string>
|
||||
<string name="action_next">Next</string>
|
||||
<string name="action_add_to_queue">Add to queue</string>
|
||||
<string name="action_remove_from_queue">Remove from queue</string>
|
||||
<string name="action_add_to_playlist">Add to playlist</string>
|
||||
|
||||
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
|
||||
<string name="playing_notification_name">Playing Notification</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue