diff options
| author | Julian Veit <claymore1298@gmail.com> | 2020-03-28 16:25:24 +0100 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2020-04-08 08:08:43 +0200 |
| commit | 870b48c8a9dbe5aeb15e4ee9221832643bd3d4cc (patch) | |
| tree | c965afa2c2fed63eefa3e3ab30bba0795821a812 | |
| parent | 2b66ab844c3d71b5cc99711068286ddd1e0c172d (diff) | |
deviceparts: add tripple direction icons
Change-Id: If40f8cb296a9d917021a4baf4c63edb4ee82921e
| -rw-r--r-- | res/drawable/ic_triple_down.xml | 9 | ||||
| -rw-r--r-- | res/drawable/ic_triple_left.xml | 9 | ||||
| -rw-r--r-- | res/drawable/ic_triple_right.xml | 9 | ||||
| -rw-r--r-- | res/drawable/ic_triple_up.xml | 9 |
4 files changed, 36 insertions, 0 deletions
diff --git a/res/drawable/ic_triple_down.xml b/res/drawable/ic_triple_down.xml new file mode 100644 index 0000000..00331ed --- /dev/null +++ b/res/drawable/ic_triple_down.xml @@ -0,0 +1,9 @@ +<!-- drawable/chevron_triple_down.xml --> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:height="24dp" + android:width="24dp" + android:tint="?android:attr/colorAccent" + android:viewportWidth="24" + android:viewportHeight="24"> + <path android:fillColor="#fff" android:pathData="M7.41,14.58L12,19.17L16.59,14.58L18,16L12,22L6,16L7.41,14.58M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58M7.41,2.58L12,7.17L16.59,2.58L18,4L12,10L6,4L7.41,2.58Z" /> +</vector> diff --git a/res/drawable/ic_triple_left.xml b/res/drawable/ic_triple_left.xml new file mode 100644 index 0000000..bd22911 --- /dev/null +++ b/res/drawable/ic_triple_left.xml @@ -0,0 +1,9 @@ +<!-- drawable/chevron_triple_left.xml --> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:height="24dp" + android:width="24dp" + android:tint="?android:attr/colorAccent" + android:viewportWidth="24" + android:viewportHeight="24"> + <path android:fillColor="#fff" android:pathData="M9.42,7.41L4.83,12L9.42,16.59L8,18L2,12L8,6L9.42,7.41M15.42,7.41L10.83,12L15.42,16.59L14,18L8,12L14,6L15.42,7.41M21.42,7.41L16.83,12L21.42,16.59L20,18L14,12L20,6L21.42,7.41Z" /> +</vector> diff --git a/res/drawable/ic_triple_right.xml b/res/drawable/ic_triple_right.xml new file mode 100644 index 0000000..9292fae --- /dev/null +++ b/res/drawable/ic_triple_right.xml @@ -0,0 +1,9 @@ +<!-- drawable/chevron_triple_right.xml --> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:height="24dp" + android:width="24dp" + android:tint="?android:attr/colorAccent" + android:viewportWidth="24" + android:viewportHeight="24"> + <path android:fillColor="#fff" android:pathData="M14.58,16.59L19.17,12L14.58,7.41L16,6L22,12L16,18L14.58,16.59M8.58,16.59L13.17,12L8.58,7.41L10,6L16,12L10,18L8.58,16.59M2.58,16.59L7.17,12L2.58,7.41L4,6L10,12L4,18L2.58,16.59Z" /> +</vector> diff --git a/res/drawable/ic_triple_up.xml b/res/drawable/ic_triple_up.xml new file mode 100644 index 0000000..dba44c7 --- /dev/null +++ b/res/drawable/ic_triple_up.xml @@ -0,0 +1,9 @@ +<!-- drawable/chevron_triple_up.xml --> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:height="24dp" + android:width="24dp" + android:tint="?android:attr/colorAccent" + android:viewportWidth="24" + android:viewportHeight="24"> + <path android:fillColor="#fff" android:pathData="M16.59,9.42L12,4.83L7.41,9.42L6,8L12,2L18,8L16.59,9.42M16.59,15.42L12,10.83L7.41,15.42L6,14L12,8L18,14L16.59,15.42M16.59,21.42L12,16.83L7.41,21.42L6,20L12,14L18,20L16.59,21.42Z" /> +</vector> |
