mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-23 09:24:03 +00:00
android: add basic multidevice capabilities
use at your own risk, may or may not work
This commit is contained in:
11
android/app/src/main/res/drawable/ic_undo.xml
Normal file
11
android/app/src/main/res/drawable/ic_undo.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960"
|
||||
android:tint="?attr/colorControlNormal"
|
||||
android:autoMirrored="true">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M280,760L280,680L564,680Q627,680 673.5,640Q720,600 720,540Q720,480 673.5,440Q627,400 564,400L312,400L416,504L360,560L160,360L360,160L416,216L312,320L564,320Q661,320 730.5,383Q800,446 800,540Q800,634 730.5,697Q661,760 564,760L280,760Z"/>
|
||||
</vector>
|
||||
5
android/app/src/main/res/drawable/ic_undo_button_bg.xml
Normal file
5
android/app/src/main/res/drawable/ic_undo_button_bg.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<size android:width="64dp" android:height="64dp" />
|
||||
<solid android:color="#2F2F2F" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user