Updated on 2026-08-14
This commit is contained in:
parent
d08c5f8738
commit
7f6c6af6d6
7 changed files with 28 additions and 28 deletions
|
|
@ -4,6 +4,6 @@
|
|||
android:viewportWidth="14"
|
||||
android:viewportHeight="19">
|
||||
<path
|
||||
android:fillColor="@color/colorPrimary"
|
||||
android:fillColor="@color/blue"
|
||||
android:pathData="M11,14.51V7.5H9V14.51H6L10,18.5L14,14.51H11ZM4,0.5L0,4.49H3V11.5H5V4.49H8L4,0.5Z" />
|
||||
</vector>
|
||||
|
|
|
|||
|
|
@ -6,20 +6,20 @@
|
|||
android:orientation="vertical">
|
||||
|
||||
<include
|
||||
layout="@layout/layout_extract_address_payid"
|
||||
layout="@layout/layout_send_address_payid"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="14dp" />
|
||||
|
||||
<include
|
||||
layout="@layout/layout_extract_currency"
|
||||
layout="@layout/layout_send_currency"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp" />
|
||||
|
||||
<include
|
||||
android:id="@+id/clNetworkFee"
|
||||
layout="@layout/layout_extract_network_fee"
|
||||
layout="@layout/layout_send_network_fee"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp" />
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
<include
|
||||
android:id="@+id/clNetworkFee"
|
||||
layout="@layout/layout_extract_total"
|
||||
layout="@layout/layout_send_total"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="33dp"
|
||||
android:fontFamily="@font/saira_semi_condensed_regular"
|
||||
android:text="@string/extract_send"
|
||||
android:text="@string/send_btn_send"
|
||||
app:icon="@drawable/ic_arrow_right" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
android:id="@+id/tilAddressOrPayId"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/extract_address_or_payid"
|
||||
android:hint="@string/send_address_or_payid"
|
||||
app:boxBackgroundColor="@android:color/transparent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
android:focusableInTouchMode="true"
|
||||
android:fontFamily="sans-serif-light"
|
||||
android:textAllCaps="true"
|
||||
android:textColor="@color/colorPrimary"
|
||||
android:textColor="@color/blue"
|
||||
android:textSize="32sp"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/tilAmount"
|
||||
app:layout_constraintEnd_toStartOf="@+id/flArrowUpDown"
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingEnd="5dp"
|
||||
android:text="@string/extract_balance"
|
||||
android:text="@string/send_balance"
|
||||
android:textColor="@color/darkGray1" />
|
||||
|
||||
<TextView
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:text="@string/extract_network_fee"
|
||||
android:text="@string/send_network_fee"
|
||||
android:textSize="13sp"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/include"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
@ -44,21 +44,21 @@
|
|||
style="@style/ChipNetworkFee"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/extract_network_chip_fee_low" />
|
||||
android:text="@string/send_network_chip_fee_low" />
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/chipNormal"
|
||||
style="@style/ChipNetworkFee"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/extract_network_chip_fee_normal" />
|
||||
android:text="@string/send_network_chip_fee_normal" />
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/chipPriority"
|
||||
style="@style/ChipNetworkFee"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/extract_network_chip_fee_priority" />
|
||||
android:text="@string/send_network_chip_fee_priority" />
|
||||
|
||||
</com.google.android.material.chip.ChipGroup>
|
||||
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
android:id="@+id/tvAmount"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/extract_total_amount"
|
||||
android:text="@string/send_total_amount"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="@string/extract_total_fee"
|
||||
android:text="@string/send_total_fee"
|
||||
android:textColor="@color/darkGray1"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="@string/extract_total"
|
||||
android:text="@string/send_total"
|
||||
android:textSize="20sp"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
@ -138,7 +138,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:text="@string/extract_total_will_be_sent"
|
||||
android:text="@string/send_total_will_be_sent"
|
||||
android:textColor="@color/lightGray4"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvTotal" />
|
||||
|
|
@ -21,16 +21,16 @@
|
|||
<string name="wallet_tokens">Tokens</string>
|
||||
|
||||
|
||||
<string name="extract_address_or_payid">Address or PayID</string>
|
||||
<string name="extract_network_fee">Network fee</string>
|
||||
<string name="extract_network_chip_fee_low">Low</string>
|
||||
<string name="extract_network_chip_fee_normal">Normal</string>
|
||||
<string name="extract_network_chip_fee_priority">Priority</string>
|
||||
<string name="extract_send">Send</string>
|
||||
<string name="extract_total">Total</string>
|
||||
<string name="extract_total_amount">Amount</string>
|
||||
<string name="extract_total_fee">Fee</string>
|
||||
<string name="extract_total_will_be_sent">will be sent</string>
|
||||
<string name="extract_balance">Balance:</string>
|
||||
<string name="send_address_or_payid">Address or PayID</string>
|
||||
<string name="send_network_fee">Network fee</string>
|
||||
<string name="send_network_chip_fee_low">Low</string>
|
||||
<string name="send_network_chip_fee_normal">Normal</string>
|
||||
<string name="send_network_chip_fee_priority">Priority</string>
|
||||
<string name="send_btn_send">Send</string>
|
||||
<string name="send_total">Total</string>
|
||||
<string name="send_total_amount">Amount</string>
|
||||
<string name="send_total_fee">Fee</string>
|
||||
<string name="send_total_will_be_sent">will be sent</string>
|
||||
<string name="send_balance">Balance:</string>
|
||||
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue