aboutsummaryrefslogtreecommitdiff
path: root/TestMediaApp/res
diff options
context:
space:
mode:
authorArnaud Berry <arnaudberry@google.com>2019-08-05 10:40:12 -0700
committerArnaud Berry <arnaudberry@google.com>2019-08-08 13:42:25 -0700
commiteb22c0abe7bf08ea0270398523ab51c108d40482 (patch)
tree40fc41c39b7eac6a842e36a3a1425a08e9725af8 /TestMediaApp/res
parent5985c24b9765ddc756bf301d05d6b3e6b32db2d3 (diff)
downloadtests-eb22c0abe7bf08ea0270398523ab51c108d40482.tar.gz
Support resource uris and use them for some media items
Also add a rectangular vector icon. Test: manual Change-Id: I2bce9136310f5bfad8f061e15a72995e9152af9c
Diffstat (limited to 'TestMediaApp/res')
-rw-r--r--TestMediaApp/res/drawable/ic_rectangle_horiz.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/TestMediaApp/res/drawable/ic_rectangle_horiz.xml b/TestMediaApp/res/drawable/ic_rectangle_horiz.xml
new file mode 100644
index 0000000..e791816
--- /dev/null
+++ b/TestMediaApp/res/drawable/ic_rectangle_horiz.xml
@@ -0,0 +1,32 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="80dp"
+ android:height="40dp"
+ android:viewportWidth="21.166668"
+ android:viewportHeight="10.583333">
+ <path
+ android:fillColor="#FF000000"
+ android:pathData="M0.0236,-0.0237h21.1667v10.5833h-21.1667z"
+ android:strokeWidth="0.26458332"/>
+ <path
+ android:pathData="M0.0339,5.2585L0.0339,-0.0214L10.6054,-0.0214 21.177,-0.0214L21.177,5.2585 21.177,10.5383L10.6054,10.5383 0.0339,10.5383Z"
+ android:strokeWidth="0.08928572"
+ android:fillColor="#00ffff"
+ android:fillAlpha="1"/>
+ <path
+ android:pathData="M0.4961,0.4252h19.0169v9.0242h-19.0169z"
+ android:strokeWidth="0.26458332"
+ android:fillColor="#00ffff"
+ android:fillAlpha="1"/>
+ <path
+ android:pathData="M0.4961,0.4252h20.3162v9.7801h-20.3162z"
+ android:strokeWidth="0.26458332"
+ android:fillColor="#ffffff"
+ android:fillAlpha="1"/>
+ <path
+ android:pathData="m14.7699,7.4511a4.6,4.6 0,0 1,-5.07 2.3682,4.6 4.6,0 0,1 -3.6053,-4.2796 4.6,4.6 0,0 1,3.1946 -4.5943,4.6 4.6,0 0,1 5.2671,1.8898l-3.8666,2.4918z"
+ android:strokeAlpha="1"
+ android:strokeWidth="0.265"
+ android:fillColor="#00000000"
+ android:strokeColor="#001dff"
+ android:fillAlpha="1"/>
+</vector>