aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_archive_outline_24dp.xml
blob: adb84ff685c3abcc882d0a2b5dc361c715aa8d0c (plain) (blame)
1
2
3
4
5
6
7
8
9
<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="#FF000000"
      android:pathData="M20.54,5.23l-1.39,-1.68C18.88,3.21 18.47,3 18,3L6,3c-0.47,0 -0.88,0.21 -1.16,0.55L3.46,5.23C3.17,5.57 3,6.02 3,6.5L3,19c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2L21,6.5c0,-0.48 -0.17,-0.93 -0.46,-1.27zM6.24,5h11.52l0.81,0.97L5.44,5.97l0.8,-0.97zM5,19L5,8h14v11L5,19zM13.45,10h-2.9v3L8,13l4,4 4,-4h-2.55z"/>
</vector>
2023-10-04Set off screen page limit to ViewPager2.OFFSCREEN_PAGE_LIMIT_DEFAULT in some ...Docile-Alligator5-6/+5 2023-10-04Load more items in a single call.Docile-Alligator3-31/+33 2023-10-04Initialize LiveData data by using the constructor, not the postValue method.Docile-Alligator9-37/+21 2023-10-04Set filled card view background color in MaterialYouUtils.Docile-Alligator1-0/+3 2023-10-04Sync subscriptions once every 24 hours.Docile-Alligator2-1/+9 2023-10-01Version 6.3.0-beta2.Docile-Alligator1-2/+2 2023-10-01Fix changing playback speed not working in ViewImgurVideoFragment and ViewRed...Docile-Alligator3-22/+41 2023-10-01Fix video controller ui issues in ViewImgurVideoFragment, ViewRedditGalleryVi...Docile-Alligator3-16/+14 2023-10-01Fix video controller ui issues in ViewImgurVideoFragment, ViewRedditGalleryVi...Docile-Alligator3-22/+30 2023-09-25Version 6.3.0-beta1.Docile-Alligator1-2/+2 2023-09-25Version 6.3.0-beta1. Rename RedditAPIInfoBottomSheetFragment to ImportantInfo...Docile-Alligator3-9/+9 2023-09-23Changed video control UI.Docile-Alligator1-3/+3 2023-09-23Changed video control UI.Docile-Alligator5-48/+69 2023-09-22Start changing video control UI.Docile-Alligator16-108/+193