We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a377c48 commit f685006Copy full SHA for f685006
app/src/main/res/layout/custom_action_item_layout.xml
@@ -8,10 +8,11 @@
8
android:focusable="true">
9
10
<ImageView
11
+ android:id="@+id/checkout_btn"
12
android:layout_width="wrap_content"
13
android:layout_height="wrap_content"
14
android:layout_gravity="center"
- android:src="@drawable/outline_shopping_cart_white_24dp"/>
15
+ android:src="@drawable/outline_shopping_cart_white_24dp" />
16
17
<TextView
18
android:id="@+id/cart_badge"
0 commit comments