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

mockup slide saat pembayaran

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