Skip to content

Commit

Permalink
Fix clipping (ugly)
Browse files Browse the repository at this point in the history
TODO: how do I process this actually...
  • Loading branch information
validcube committed Oct 12, 2023
1 parent 1867ab6 commit a038e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lawnchair/res/drawable/ic_lens_color.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@id/qsbIconTintPrimary" android:drawable="@drawable/ic_lens_color_1" />
<item android:id="@id/qsbIconTintQuaternary" android:drawable="@drawable/ic_lens_color_2" />
<item android:id="@id/qsbIconTintPrimary" android:drawable="@drawable/ic_lens_color_3" />
<item android:id="@id/qsbIconTintTertiary" android:drawable="@drawable/ic_lens_color_4" />
<item android:id="@id/qsbIconTintPrimary" android:drawable="@drawable/ic_lens_color_3" />
<item android:id="@id/qsbIconTintSecondary" android:drawable="@drawable/ic_lens_color_5" />
</layer-list>

0 comments on commit a038e99

Please sign in to comment.