mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 12:01:35 +00:00
Add downloaded indicator to Posts view
This commit is contained in:
parent
450dbba6de
commit
d0bfe73ae6
14 changed files with 449 additions and 365 deletions
10
app/src/main/res/drawable/ic_download_circle_24.xml
Normal file
10
app/src/main/res/drawable/ic_download_circle_24.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!-- drawable/download_circle.xml -->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#000"
|
||||
android:pathData="M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M8 17H16V15H8V17M16 10H13.5V6H10.5V10H8L12 14L16 10Z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue