aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/drawable-night/ic_outline_bookmarks_24dp.xml
blob: dc28719054b06b74ad12b13d604f552c5da1c11b (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="M15,7v12.97l-4.21,-1.81 -0.79,-0.34 -0.79,0.34L5,19.97L5,7h10m4,-6L8.99,1C7.89,1 7,1.9 7,3h10c1.1,0 2,0.9 2,2v13l2,1L21,3c0,-1.1 -0.9,-2 -2,-2zM15,5L5,5c-1.1,0 -2,0.9 -2,2v16l7,-3 7,3L17,7c0,-1.1 -0.9,-2 -2,-2z"/>
</vector>
edditGallerySubmissionRecyclerViewAdapter.java?id=19a94f7e0a4b4bbcd0b928cab53dc1e110e7e7c4&follow=1'>Automatically remove images that are not uploaded in PostGalleryActivity.Alex Ning2-0/+13 2021-07-16Place a close button on the image in PostGalleryActivity.Alex Ning2-1/+10 2021-07-16Rounded coners in images in PostGalleryActivity.Alex Ning1-2/+4 2021-07-16Add column spacing to the RecyclerView in PostGalleryActivity.Alex Ning2-1/+37 2021-07-16Center the FloatingActionButton in PostGalleryActivity.Alex Ning3-6/+21 2021-07-16Implement image uploading in PostGalleryActivity.Alex Ning5-10/+72 2021-07-16Small changes in RedditGallerySubmissionRecyclerViewAdapter's UI.Alex Ning3-7/+17 2021-07-16Select or capture image in PostGalleryActivity.Alex Ning2-1/+7 2021-07-16Implement SelectOrCaptureImageBottomSheetFragment.Alex Ning10-13/+179 2021-07-15Continue adding support for submitting gallery posts.Alex Ning19-43/+179 2021-07-15Implement RedditGallerySubmissionRecyclerViewAdapter.Alex Ning4-3/+194 2021-07-15Continue adding submitting gallery posts support.Alex Ning4-55/+471 2021-07-15Start adding submitting gallery posts support.Alex Ning5-2/+427 2021-07-15Remove storage permission for Android Q and up.Alex Ning7-45/+46 2021-07-14Use MaterialButton in SubmitCrosspostActivity.Alex Ning2-5/+4 2021-07-14Use MaterialButton in PostXXXActivity.Alex Ning8-21/+18 2021-07-14Choose whether receiving post reply notifications or not in SubmitCrosspostAc...Alex Ning2-53/+107 2021-07-14Choose whether receiving post reply notifications or not in PostVideoActivity.Alex Ning2-51/+105 2021-07-14Choose whether receiving post reply notifications or not in PostImageActivity.Alex Ning2-4/+58 2021-07-14Choose whether receiving post reply notifications or not in PostLinkActivity.Alex Ning3-5/+59 2021-07-14Choose whether receiving post reply notifications or not in PostTextActivity.Alex Ning6-43/+111 2021-07-14Use MediaStore.VOLUME_EXTERNAL_PRIMARY when downloading media.Alex Ning2-3/+2 2021-07-14Ignore case when searching comments.Alex Ning2-7/+10 2021-07-14Declare LayoutManager for RecyclerView in ViewPostDetailFragment.Alex Ning5-49/+40