colors: Drop unused colors

Use white and transparent colors from android package

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-01-02 12:21:41 +07:00
parent 9fa1c34e12
commit cc6bb5a2a6
7 changed files with 11 additions and 19 deletions

View File

@@ -19,8 +19,8 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/colorTransparent" />
<solid android:color="@android:color/transparent" />
<size
android:width="@dimen/margin_small"
android:height="@dimen/margin_small" />
</shape>
</shape>