mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
8af9b7fd15
// FREEBIE
20 lines
No EOL
814 B
XML
20 lines
No EOL
814 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- Play Icon -->
|
|
<string name="play_icon_upper_path_data">M 44 32 L 44 64 L 100 64 L 100 64 Z</string>
|
|
<string name="play_icon_bottom_path_data">M 44 96 L 44 64 L 100 64 L 100 64 Z</string>
|
|
|
|
<!-- Pause Icon -->
|
|
<string name="pause_icon_upper_path_data">M 32 40 L 32 56 L 96 56 L 96 40 Z</string>
|
|
<string name="pause_icon_bottom_path_data">M 32 88 L 32 72 L 96 72 L 96 88 Z</string>
|
|
|
|
<!-- Groups -->
|
|
<string name="play_icon_group_top">upperpart</string>
|
|
<string name="play_icon_group_bottom">bottompart</string>
|
|
<string name="play_icon_group_parts">parts</string>
|
|
|
|
<!-- Path Name -->
|
|
<string name="play_icon_top_path_name">upper</string>
|
|
<string name="play_icon_bottom_path_name">bottom</string>
|
|
|
|
</resources> |