aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/drawable/ic_unmute_24dp.xml
blob: d2c9bb241492b408d0de25869003b52308e443a2 (plain) (tree)
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="#FFFFFFFF"
      android:pathData="M3,9v6h4l5,5L12,4L7,9L3,9zM10,8.83v6.34L7.83,13L5,13v-2h2.83L10,8.83zM16.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v8.05c1.48,-0.73 2.5,-2.25 2.5,-4.02zM14,3.23v2.06c2.89,0.86 5,3.54 5,6.71s-2.11,5.85 -5,6.71v2.06c4.01,-0.91 7,-4.49 7,-8.77 0,-4.28 -2.99,-7.86 -7,-8.77z"/>
</vector>
7d54ccc648db697ec63257&follow=1'>Start tweaking PostFilterPreferenceActivity.Docile-Alligator3-22/+42 2023-10-09Version 6.3.2.Docile-Alligator1-2/+2 2023-10-09Update theme preview.Docile-Alligator4-439/+353 2023-10-06Version 6.3.1 (only for Patreon version).Docile-Alligator1-2/+2 2023-10-05Version 6.3.0Docile-Alligator1-2/+2 2023-10-04Set off screen page limit to ViewPager2.OFFSCREEN_PAGE_LIMIT_DEFAULT in some ↵Docile-Alligator5-6/+5 activities. 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 ↵Docile-Alligator3-22/+41 ViewRedditGalleryVideoFragment when using bottom app bar. 2023-10-01Fix video controller ui issues in ViewImgurVideoFragment, ↵Docile-Alligator3-16/+14 ViewRedditGalleryVideoFragment and ViewVideoActivity. 2023-10-01Fix video controller ui issues in ViewImgurVideoFragment, ↵Docile-Alligator3-22/+30 ViewRedditGalleryVideoFragment and ViewVideoActivity. Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1552 2023-09-25Version 6.3.0-beta1.Docile-Alligator1-2/+2 2023-09-25Version 6.3.0-beta1. Rename RedditAPIInfoBottomSheetFragment to ↵Docile-Alligator3-9/+9 ImportantInfoBottomSheetFragment. Disable showing ImportantInfoBottomSheetFragment. 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