aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/drawable/flag_greece.xml
blob: 7dfc2da0e3491d1fc13f18351144f554c0b5db89 (plain) (tree)























                                                                                                                                                                                                      
<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,189.217h247.181c-6.419,-23.814 -16.175,-46.255 -28.755,-66.783H256V189.217z"
      android:fillColor="#338AF3"/>
  <path
      android:pathData="M96.643,456.348h318.713c23.363,-18.608 43.399,-41.21 59.069,-66.783H37.574C53.245,415.137 73.281,437.74 96.643,456.348z"
      android:fillColor="#338AF3"/>
  <path
      android:pathData="M89.043,61.939c-20.126,17.331 -37.525,37.74 -51.469,60.496h51.469V61.939z"
      android:fillColor="#338AF3"/>
  <path
      android:pathData="M256,256c0,-26.076 0,-47.899 0,-66.783H155.826V256H89.043v-66.783H8.819C3.08,210.511 0,232.893 0,256s3.08,45.489 8.819,66.783h494.363C508.92,301.489 512,279.107 512,256H256z"
      android:fillColor="#338AF3"/>
  <path
      android:pathData="M256,0c-35.549,0 -69.404,7.253 -100.174,20.348v102.087H256c0,-23.312 0,-43.139 0,-66.783h159.357C371.626,20.824 316.249,0 256,0z"
      android:fillColor="#338AF3"/>
</vector>
-11-12Showing elapsed time in posts and comments is available.Alex Ning18-77/+187 2019-11-12Show low-resolution images in compact layout. Send notifications of messages ...Alex Ning7-48/+83 2019-11-11Set post layout for subreddit and user posts individually.Alex Ning10-22/+30 2019-11-11Changing post layout in other activities is available. Show username in card ...Alex Ning11-17/+151 2019-11-11Changing post layout in ViewSubredditDetailActivity is available. Tweak the c...Alex Ning7-15/+55 2019-11-09Update README.mdDocile-Alligator1-2/+3 2019-11-08Compact post layout is available. Fixed WebView cannot be inflated on Android...Alex Ning16-213/+1454 2019-11-05Fixed IllegalStateException in SubredditSelectionActivity. Downgrade material...Alex Ning3-67/+71 2019-10-29Minor UI issue fixed.Alex Ning1-1/+1 2019-10-29Fixed UI issues in posts and comments. Version 1.4.0.Alex Ning14-322/+171 2019-10-29Placing vote buttons on the right for comments is now available.Alex Ning7-24/+210 2019-10-29Make Placing vote buttons on the right an option.Alex Ning42-196/+334