Skip to content

Commit f685006

Browse files
committed
Update custom_action_item_layout.xml
1 parent a377c48 commit f685006

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/layout/custom_action_item_layout.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
android:focusable="true">
99

1010
<ImageView
11+
android:id="@+id/checkout_btn"
1112
android:layout_width="wrap_content"
1213
android:layout_height="wrap_content"
1314
android:layout_gravity="center"
14-
android:src="@drawable/outline_shopping_cart_white_24dp"/>
15+
android:src="@drawable/outline_shopping_cart_white_24dp" />
1516

1617
<TextView
1718
android:id="@+id/cart_badge"

0 commit comments

Comments
 (0)