diff options
author | ByteHamster <info@bytehamster.com> | 2019-07-22 12:47:21 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-07-22 12:49:16 +0200 |
commit | 94ba9dfd462820616c1b4affab1709576e320687 (patch) | |
tree | 292d8d9377901f080059e9b85e5baa38956c4a52 /core/src/main/res/drawable | |
parent | a409f439ac66217cda9d2d0704fd726b196e8a64 (diff) | |
download | AntennaPod-94ba9dfd462820616c1b4affab1709576e320687.zip |
Using EmptyViewHandler for chapters fragment
Diffstat (limited to 'core/src/main/res/drawable')
-rw-r--r-- | core/src/main/res/drawable/ic_bookmark_grey600_24dp.xml | 5 | ||||
-rw-r--r-- | core/src/main/res/drawable/ic_bookmark_white_24dp.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_bookmark_grey600_24dp.xml b/core/src/main/res/drawable/ic_bookmark_grey600_24dp.xml new file mode 100644 index 000000000..d665d42a5 --- /dev/null +++ b/core/src/main/res/drawable/ic_bookmark_grey600_24dp.xml @@ -0,0 +1,5 @@ +<vector android:height="24dp" android:tint="#b4b4b4" + android:viewportHeight="24.0" android:viewportWidth="24.0" + android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> + <path android:fillColor="#FFb4b4b4" android:pathData="M17,3H7c-1.1,0 -1.99,0.9 -1.99,2L5,21l7,-3 7,3V5c0,-1.1 -0.9,-2 -2,-2z"/> +</vector> diff --git a/core/src/main/res/drawable/ic_bookmark_white_24dp.xml b/core/src/main/res/drawable/ic_bookmark_white_24dp.xml new file mode 100644 index 000000000..02728b731 --- /dev/null +++ b/core/src/main/res/drawable/ic_bookmark_white_24dp.xml @@ -0,0 +1,5 @@ +<vector android:height="24dp" android:tint="#FFFFFF" + android:viewportHeight="24.0" android:viewportWidth="24.0" + android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> + <path android:fillColor="#FFFFFFFF" android:pathData="M17,3H7c-1.1,0 -1.99,0.9 -1.99,2L5,21l7,-3 7,3V5c0,-1.1 -0.9,-2 -2,-2z"/> +</vector> |