aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/drawable-night/ic_user_24dp.xml
blob: 4b9632615d5298f9c6be9e5eb7fc9f810939800f (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:pathData="M10.25,13c0,0.69 -0.56,1.25 -1.25,1.25S7.75,13.69 7.75,13s0.56,-1.25 1.25,-1.25 1.25,0.56 1.25,1.25zM15,11.75c-0.69,0 -1.25,0.56 -1.25,1.25s0.56,1.25 1.25,1.25 1.25,-0.56 1.25,-1.25 -0.56,-1.25 -1.25,-1.25zM22,12c0,5.52 -4.48,10 -10,10S2,17.52 2,12 6.48,2 12,2s10,4.48 10,10zM10.66,4.12C12.06,6.44 14.6,8 17.5,8c0.46,0 0.91,-0.05 1.34,-0.12C17.44,5.56 14.9,4 12,4c-0.46,0 -0.91,0.05 -1.34,0.12zM4.42,9.47c1.71,-0.97 3.03,-2.55 3.66,-4.44C6.37,6 5.05,7.58 4.42,9.47zM20,12c0,-0.78 -0.12,-1.53 -0.33,-2.24 -0.7,0.15 -1.42,0.24 -2.17,0.24 -3.13,0 -5.92,-1.44 -7.76,-3.69C8.69,8.87 6.6,10.88 4,11.86c0.01,0.04 0,0.09 0,0.14 0,4.41 3.59,8 8,8s8,-3.59 8,-8z"
      android:fillColor="#FFFFFF"/>
</vector>
'>+66 2020-06-27Add another tab for PM in ViewMessageActivity.Alex Ning7-158/+190 2020-06-23Hide actionbar on imgur images too.Hermes Junior2-3/+20 2020-06-23For F-Droid release.Alex Ning1-5/+5 2020-06-23Prepare to support PM.Alex Ning5-10/+203 2020-06-23Fix flair cannot be applied when submitting posts. Fix crash in ↵Alex Ning7-12/+16 FollowedUsersRecyclerViewAdapter. 2020-06-22Remove unnecessary maven repositories.Hermes Junior1-3/+0 2020-06-21Add Fastlane file structure for app metadata.Hermes Junior12-0/+37 2020-06-21Improve removed thing not found detection.Hermes Junior2-25/+33 2020-06-20Probably fix blurred images this time.Hermes Junior2-12/+12 2020-06-20Try another possible solution for blurry image problem.Alex Ning2-15/+16 2020-06-20Add 2 options for notification interval: 15 minutes and 30 minutes.Alex Ning2-8/+13 2020-06-20Add an option to automatically try loading removed gfycat videos on Redgifs.Alex Ning8-55/+85 2020-06-20Add an option: Mute Autoplaying Videos.Alex Ning12-15/+60 2020-06-19Add version info to about section.Hermes Junior4-1/+30