79652893

Date: 2025-06-04 13:39:41
Score: 2.5
Natty:
Report link

you can easily use sweep type to make that.

<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <gradient android:startColor="@color/green" android:endColor="@color/BackgroundColor"
        android:angle="90"
        android:centerX="-5"
        android:centerY="0.5"
        android:type="sweep"
        />
</shape>

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ahmadreza gh