aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/drawable/flag_japan.xml
blob: 5653cbbbe17e7f0aa03f004d43a5cab25f192bec (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                                             
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="512dp"
    android:height="512dp"
    android:viewportWidth="512"
    android:viewportHeight="512">
  <path
      android:pathData="M256,256m-256,0a256,256 0,1 1,512 0a256,256 0,1 1,-512 0"
      android:fillColor="#F0F0F0"/>
  <path
      android:pathData="M256,256m-111.304,0a111.304,111.304 0,1 1,222.608 0a111.304,111.304 0,1 1,-222.608 0"
      android:fillColor="#D80027"/>
</vector>
nfinityforreddit/adapters/MessageRecyclerViewAdapter.java?id=1b2602ac3ac95ab556062ca4d9f336675d26459d&follow=1'>Maybe fix IndexOutOfBoundsException when parsing spoiler syntax.Alex Ning4-0/+25 2020-12-01Disable nsfw warning in ViewUserDetailActivity.Alex Ning1-3/+3 2020-12-01Maybe fix crash when downloading media.Alex Ning3-240/+2 2020-12-01Minor bugs fixed.Alex Ning3-13/+28 2020-12-01Fix ArrayIndexOutOfBoundsException in FollowedUsersRecyclerViewAdapter. ↵Alex Ning4-122/+147 Minor bugs fixed. 2020-12-01Update translation.Alex Ning10-849/+1636 2020-12-01Show upvoted or downvoted color in topScoreTextView in CommentViewHolder.Alex Ning1-0/+10 2020-11-30Changing language is now available.Alex Ning8-3/+83