Refresh icons with latest material icons

* Try to keep bottom navigation bar icon as filled

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-02-28 11:31:02 +05:30
parent 804d37a579
commit f939e20e35
29 changed files with 135 additions and 102 deletions

View File

@@ -69,7 +69,7 @@
android:drawablePadding="@dimen/padding_small"
android:gravity="center_vertical"
android:textAppearance="@style/TextAppearance.Aurora.Line1"
app:drawableStartCompat="@drawable/ic_download"
app:drawableStartCompat="@drawable/ic_download_manager"
app:drawableTint="?colorAccent"
tools:text="2500" />
@@ -165,4 +165,4 @@
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
tools:listitem="@layout/view_screenshot" />
</LinearLayout>
</ScrollView>
</ScrollView>

View File

@@ -134,6 +134,7 @@
android:layout_marginStart="@dimen/margin_small"
android:background="@drawable/bg_cancel"
android:padding="@dimen/padding_medium"
android:tint="@color/colorWhite"
app:srcCompat="@drawable/ic_cancel" />
</RelativeLayout>
</ViewFlipper>