bug fixes
This commit is contained in:
@@ -57,10 +57,25 @@
|
||||
android:layout_toRightOf="@+id/dividerView"
|
||||
android:layout_toEndOf="@+id/dividerView">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/cartProductCategoryNameTextView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
fontPath="fonts/Quicksand-Light.otf"
|
||||
android:textSize="12sp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:textColor="@color/red"
|
||||
android:layout_marginTop="12dp"/>
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp">
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginRight="8dp"
|
||||
android:layout_marginEnd="8dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/cartProductNameTextView"
|
||||
@@ -68,7 +83,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16sp"
|
||||
android:textColor="@color/black"
|
||||
android:padding="12dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
fontPath="fonts/Quicksand-Bold.ttf"
|
||||
android:layout_toLeftOf="@+id/cartProductTotalPriceTextView"
|
||||
android:layout_toStartOf="@+id/cartProductTotalPriceTextView"
|
||||
@@ -80,7 +96,6 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="@color/black"
|
||||
android:padding="8dp"
|
||||
fontPath="fonts/Quicksand-Bold.ttf"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
|
||||
Reference in New Issue
Block a user