Commit 9519a180 authored by iman Fauzi's avatar iman Fauzi

mockup slide saat pembayaran

parent 2c28cff2
......@@ -14,26 +14,23 @@
android:checkable="true"
android:layout_height="wrap_content"
android:layout_width="match_parent"
app:layout_constraintTop_toTopOf="parent"
android:layout_alignParentTop="true"
app:strokeWidth="1dp"
app:strokeColor="@color/color_stroke">
<androidx.constraintlayout.widget.ConstraintLayout
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="48dp"
android:padding="15dp">
android:layout_height="48dp">
<ImageView
android:id="@+id/ivLogo"
android:layout_width="96dp"
android:layout_height="20dp"
android:layout_width="150dp"
android:layout_height="wrap_content"
android:src="@drawable/cash_logo"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
android:layout_alignParentStart="true"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</RelativeLayout>
</com.google.android.material.card.MaterialCardView>
......@@ -55,21 +52,31 @@
app:strokeWidth="1dp"
app:strokeColor="@color/color_stroke">
<androidx.constraintlayout.widget.ConstraintLayout
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="48dp"
android:padding="15dp">
android:padding="5dp">
<ImageView
android:id="@+id/nfcLogo"
android:layout_width="96dp"
android:layout_height="20dp"
android:src="@drawable/cash_logo"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
android:layout_width="50dp"
android:layout_height="wrap_content"
android:src="@drawable/nfc_icon"
android:layout_alignParentTop="true"
android:layout_alignParentBottom="true"
android:layout_alignParentStart="true"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="NFC Payment"
android:textSize="20dp"
android:textColor="#F7686868"
android:fontFamily="@font/poppins_medium"
android:layout_toEndOf="@id/nfcLogo"
android:layout_centerVertical="true"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</RelativeLayout>
</com.google.android.material.card.MaterialCardView>
......
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