mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-09 15:38:16 -07:00
Changed playerFragment controller layout
This commit is contained in:
parent
aba5134469
commit
8394c3f84e
8 changed files with 227 additions and 203 deletions
9
app/src/main/res/drawable/ic_repeat.xml
Normal file
9
app/src/main/res/drawable/ic_repeat.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@color/titleTextColor"
|
||||
android:pathData="M7,7h10v3l4,-4 -4,-4v3L5,5v6h2L7,7zM17,17L7,17v-3l-4,4 4,4v-3h12v-6h-2v4z"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue