Merge branch 'dev' into pr3178
This commit is contained in:
commit
963ee4dbab
130 changed files with 7247 additions and 7180 deletions
10
app/src/main/res/drawable/ic_next_white_24dp.xml
Normal file
10
app/src/main/res/drawable/ic_next_white_24dp.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="#ffffff">
|
||||
<!-- Tint here is for preventing pixelization -->
|
||||
<path android:fillColor="#ffffff"
|
||||
android:pathData="M5,19 L15,12 5,5ZM16,5v14h3v-14z"/>
|
||||
</vector>
|
||||
10
app/src/main/res/drawable/ic_previous_white_24dp.xml
Normal file
10
app/src/main/res/drawable/ic_previous_white_24dp.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="#ffffff">
|
||||
<!-- Tint here is for preventing pixelization -->
|
||||
<path android:fillColor="#ffffff"
|
||||
android:pathData="m19,5 l-10,7 10,7zM8,19v-14H5v14z"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue