Commit aae7d551 authored by Wahyu Wibowo's avatar Wahyu Wibowo

update progessbar

parent 64f13bdc
......@@ -15,8 +15,8 @@
<ProgressBar
android:id="@+id/pbLoading"
android:layout_width="128dp"
android:layout_height="128dp"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_centerInParent="true" />
</RelativeLayout>
\ No newline at end of file
......@@ -32,9 +32,10 @@
<ImageView
android:id="@+id/imageView"
android:layout_width="107dp"
android:layout_height="match_parent"
android:layout_height="0dp"
android:layout_margin="5dp"
app:file="@{cartProduct.image}"
android:scaleType="fitXY"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.003"
......@@ -56,8 +57,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.099"
app:layout_constraintStart_toEndOf="@+id/imageView"
app:layout_constraintTop_toTopOf="@+id/imageView"
app:layout_constraintVertical_bias="0.0" />
app:layout_constraintTop_toTopOf="@+id/imageView" />
<TextView
android:id="@+id/some_id"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment