mirror of
https://github.com/Nezumi-2711/PRM392.git
synced 2026-09-22 20:00:53 +00:00
Update Quantity Cart
This commit is contained in:
@@ -43,12 +43,17 @@
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:layout_gravity="center_vertical|end"
|
||||
android:layout_marginRight="16dp"
|
||||
android:id="@+id/cart_item_count"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp" />
|
||||
<com.cepheuen.elegantnumberbutton.view.ElegantNumberButton
|
||||
android:id="@+id/btn_quantity"
|
||||
android:layout_width="130dp"
|
||||
android:layout_height="47dp"
|
||||
android:layout_margin="10dp"
|
||||
app:textSize="8sp"
|
||||
app:backGroundColor="@color/colorAccent"
|
||||
app:initialNumber="1"
|
||||
app:finalNumber="20"
|
||||
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
</com.google.android.material.card.MaterialCardView>
|
||||
Reference in New Issue
Block a user