mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-12-18 00:41:01 +00:00
fix layout
This commit is contained in:
@ -411,11 +411,25 @@
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn_hold_payment"
|
||||
android:layout_width="180dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxLines="2"
|
||||
android:ellipsize="end"
|
||||
android:layout_weight="1"
|
||||
android:scrollHorizontally="false"
|
||||
android:singleLine="false"
|
||||
style="@style/button.large.secondary.medium"
|
||||
android:text="Tahan Konfirmasi"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn_confirm_payment"
|
||||
android:layout_width="180dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxLines="2"
|
||||
android:ellipsize="end"
|
||||
android:layout_weight="1"
|
||||
android:scrollHorizontally="false"
|
||||
android:singleLine="false"
|
||||
style="@style/button.large.active.medium"
|
||||
android:text="Konfirmasi Terima"
|
||||
android:layout_alignParentEnd="true"/>
|
||||
|
||||
Reference in New Issue
Block a user