Update item_breadcrumb.xml

Removed jelly_bean target check
This commit is contained in:
Dev-ClayP
2025-07-09 10:45:16 -04:00
committed by GitHub
parent 1f4e59cbdc
commit 1fc4f150bf

View File

@@ -65,7 +65,6 @@
android:layout_height="wrap_content"
android:src="@drawable/ic_arrow_right_white_24dp"
app:tint="?attr/colorOnSurface"
android:importantForAccessibility="no"
tools:targetApi="jelly_bean" />
android:importantForAccessibility="no" />
</LinearLayout>
</com.google.android.material.card.MaterialCardView>