diff options
author | ByteHamster <info@bytehamster.com> | 2020-02-05 10:07:01 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-02-05 10:07:01 +0100 |
commit | f3cbaee61b2fbffdc76c782cb04457c17dc5d7d7 (patch) | |
tree | 0af2d81949d9c3abd06839bc2a73197e7d30cb6f /core/src/main/res/drawable | |
parent | 17aae8c2db352f6a426e8b2098f710df09aaaba3 (diff) | |
download | AntennaPod-f3cbaee61b2fbffdc76c782cb04457c17dc5d7d7.zip |
Replaced eye icon with video cam
Diffstat (limited to 'core/src/main/res/drawable')
-rw-r--r-- | core/src/main/res/drawable/ic_videocam_grey600_24dp.xml | 8 | ||||
-rw-r--r-- | core/src/main/res/drawable/ic_videocam_white_24dp.xml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_videocam_grey600_24dp.xml b/core/src/main/res/drawable/ic_videocam_grey600_24dp.xml new file mode 100644 index 000000000..40c893883 --- /dev/null +++ b/core/src/main/res/drawable/ic_videocam_grey600_24dp.xml @@ -0,0 +1,8 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:height="24dp" + android:width="24dp" + android:viewportHeight="24.0" + android:viewportWidth="24.0"> + <path android:fillColor="#FF757575" + android:pathData="M17,10.5V7c0,-0.55 -0.45,-1 -1,-1H4c-0.55,0 -1,0.45 -1,1v10c0,0.55 0.45,1 1,1h12c0.55,0 1,-0.45 1,-1v-3.5l4,4v-11l-4,4z"/> +</vector> diff --git a/core/src/main/res/drawable/ic_videocam_white_24dp.xml b/core/src/main/res/drawable/ic_videocam_white_24dp.xml new file mode 100644 index 000000000..a8cfd71e3 --- /dev/null +++ b/core/src/main/res/drawable/ic_videocam_white_24dp.xml @@ -0,0 +1,8 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:height="24dp" + android:width="24dp" + android:viewportHeight="24.0" + android:viewportWidth="24.0"> + <path android:fillColor="#FFFFFFFF" + android:pathData="M17,10.5V7c0,-0.55 -0.45,-1 -1,-1H4c-0.55,0 -1,0.45 -1,1v10c0,0.55 0.45,1 1,1h12c0.55,0 1,-0.45 1,-1v-3.5l4,4v-11l-4,4z"/> +</vector> |