Update payment toolbars to match M3 specification.

fork-5.53.8
Alex Hart 2022-09-15 11:05:07 -03:00 zatwierdzone przez Greyson Parrelli
rodzic c96fec9537
commit 75af1b69e8
17 zmienionych plików z 79 dodań i 63 usunięć

Wyświetl plik

@ -178,7 +178,6 @@ public final class FeatureFlags {
@SuppressWarnings("MismatchedQueryAndUpdateOfCollection") @SuppressWarnings("MismatchedQueryAndUpdateOfCollection")
@VisibleForTesting @VisibleForTesting
static final Map<String, Object> FORCED_VALUES = new HashMap<String, Object>() {{ static final Map<String, Object> FORCED_VALUES = new HashMap<String, Object>() {{
put(USERNAMES, true);
}}; }};
/** /**

Wyświetl plik

@ -1,18 +1,20 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
tools:viewBindingIgnore="true"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical"
tools:viewBindingIgnore="true">
<androidx.appcompat.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:id="@+id/create_payment_fragment_toolbar" android:id="@+id/create_payment_fragment_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="@dimen/signal_m3_toolbar_height"
android:minHeight="@dimen/signal_m3_toolbar_height"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:navigationIcon="@drawable/ic_arrow_left_24" /> app:navigationIcon="@drawable/ic_arrow_left_24"
app:titleTextAppearance="@style/Signal.Text.TitleLarge" />
<ScrollView <ScrollView
android:layout_width="match_parent" android:layout_width="match_parent"

Wyświetl plik

@ -10,12 +10,13 @@
<androidx.appcompat.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:id="@+id/deactivate_wallet_fragment_toolbar" android:id="@+id/deactivate_wallet_fragment_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="@dimen/signal_m3_toolbar_height"
android:minHeight="@dimen/signal_m3_toolbar_height"
android:theme="?actionBarStyle" android:theme="?actionBarStyle"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:navigationIcon="@drawable/ic_arrow_left_24" app:navigationIcon="@drawable/ic_arrow_left_24"
app:title="@string/DeactivateWalletFragment__deactivate_wallet" app:title="@string/DeactivateWalletFragment__deactivate_wallet"
app:titleTextAppearance="@style/TextAppearance.Signal.Body1.Bold" /> app:titleTextAppearance="@style/Signal.Text.TitleLarge" />
<ScrollView <ScrollView
android:layout_width="match_parent" android:layout_width="match_parent"

Wyświetl plik

@ -1,20 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:viewBindingIgnore="true"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical"
tools:viewBindingIgnore="true">
<androidx.appcompat.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:id="@+id/edit_note_fragment_toolbar" android:id="@+id/edit_note_fragment_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="@dimen/signal_m3_toolbar_height"
android:minHeight="@dimen/signal_m3_toolbar_height"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:navigationIcon="@drawable/ic_arrow_left_24" app:navigationIcon="@drawable/ic_arrow_left_24"
app:title="@string/CreatePaymentFragment__add_note" app:title="@string/CreatePaymentFragment__add_note"
app:titleTextAppearance="@style/TextAppearance.Signal.Body1.Bold" /> app:titleTextAppearance="@style/Signal.Text.TitleLarge" />
<org.thoughtcrime.securesms.components.emoji.EmojiEditText <org.thoughtcrime.securesms.components.emoji.EmojiEditText
android:id="@+id/edit_note_fragment_edit_text" android:id="@+id/edit_note_fragment_edit_text"

Wyświetl plik

@ -1,21 +1,22 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
tools:viewBindingIgnore="true"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical"
tools:viewBindingIgnore="true">
<androidx.appcompat.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:id="@+id/payments_details_toolbar" android:id="@+id/payments_details_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="@dimen/signal_m3_toolbar_height"
android:minHeight="@dimen/signal_m3_toolbar_height"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:navigationIcon="@drawable/ic_arrow_left_24" app:navigationIcon="@drawable/ic_arrow_left_24"
app:title="@string/PaymentsDetailsFragment__details" app:title="@string/PaymentsDetailsFragment__details"
app:titleTextAppearance="@style/TextAppearance.Signal.Body1.Bold" /> app:titleTextAppearance="@style/Signal.Text.TitleLarge" />
<ScrollView <ScrollView
android:layout_width="match_parent" android:layout_width="match_parent"

Wyświetl plik

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:viewBindingIgnore="true"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent"
tools:viewBindingIgnore="true">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
@ -15,14 +15,15 @@
<org.thoughtcrime.securesms.util.views.DarkOverflowToolbar <org.thoughtcrime.securesms.util.views.DarkOverflowToolbar
android:id="@+id/payment_recipient_selection_fragment_toolbar" android:id="@+id/payment_recipient_selection_fragment_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="56dp" android:layout_height="@dimen/signal_m3_toolbar_height"
android:minHeight="@dimen/signal_m3_toolbar_height"
android:theme="?attr/settingsToolbarStyle" android:theme="?attr/settingsToolbarStyle"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:navigationIcon="@drawable/ic_arrow_left_24" app:navigationIcon="@drawable/ic_arrow_left_24"
app:titleTextAppearance="@style/Signal.Text.Title" app:title="@string/PaymentRecipientSelectionFragment__new_payment"
app:title="@string/PaymentRecipientSelectionFragment__new_payment" /> app:titleTextAppearance="@style/Signal.Text.TitleLarge" />
<org.thoughtcrime.securesms.components.ContactFilterView <org.thoughtcrime.securesms.components.ContactFilterView
android:id="@+id/contact_filter_edit_text" android:id="@+id/contact_filter_edit_text"
@ -30,8 +31,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dsl_settings_gutter" android:layout_marginLeft="@dimen/dsl_settings_gutter"
android:layout_marginTop="4dp" android:layout_marginTop="4dp"
android:layout_marginBottom="12dp"
android:layout_marginRight="@dimen/dsl_settings_gutter" android:layout_marginRight="@dimen/dsl_settings_gutter"
android:layout_marginBottom="12dp"
android:minHeight="44dp" /> android:minHeight="44dp" />

Wyświetl plik

@ -15,10 +15,11 @@
<androidx.appcompat.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:id="@+id/payments_all_activity_fragment_toolbar" android:id="@+id/payments_all_activity_fragment_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="@dimen/signal_m3_toolbar_height"
android:minHeight="@dimen/signal_m3_toolbar_height"
app:navigationIcon="@drawable/ic_arrow_left_24" app:navigationIcon="@drawable/ic_arrow_left_24"
app:title="@string/PaymentsActivityFragment__all_activity" app:title="@string/PaymentsActivityFragment__all_activity"
app:titleTextAppearance="@style/TextAppearance.Signal.Body1.Bold" /> app:titleTextAppearance="@style/Signal.Text.TitleLarge" />
<com.google.android.material.tabs.TabLayout <com.google.android.material.tabs.TabLayout
android:id="@+id/payments_all_activity_fragment_tabs" android:id="@+id/payments_all_activity_fragment_tabs"

Wyświetl plik

@ -14,12 +14,13 @@
<androidx.appcompat.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:id="@+id/payments_add_money_toolbar" android:id="@+id/payments_add_money_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="@dimen/signal_m3_toolbar_height"
android:minHeight="@dimen/signal_m3_toolbar_height"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:navigationIcon="@drawable/ic_arrow_left_24" app:navigationIcon="@drawable/ic_arrow_left_24"
app:title="@string/PaymentsAddMoneyFragment__add_funds" app:title="@string/PaymentsAddMoneyFragment__add_funds"
app:titleTextAppearance="@style/TextAppearance.Signal.Body1.Bold" /> app:titleTextAppearance="@style/Signal.Text.TitleLarge" />
<LinearLayout <LinearLayout
android:id="@+id/payments_add_money_qr_border" android:id="@+id/payments_add_money_qr_border"

Wyświetl plik

@ -1,21 +1,22 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:viewBindingIgnore="true"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical"
tools:viewBindingIgnore="true">
<androidx.appcompat.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:theme="?actionBarStyle"
android:id="@+id/payments_home_fragment_toolbar" android:id="@+id/payments_home_fragment_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="@dimen/signal_m3_toolbar_height"
android:minHeight="@dimen/signal_m3_toolbar_height"
android:theme="?actionBarStyle"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:navigationIcon="@drawable/ic_arrow_left_24" app:navigationIcon="@drawable/ic_arrow_left_24"
app:title="@string/preferences__payments_beta" app:title="@string/preferences__payments_beta"
app:titleTextAppearance="@style/TextAppearance.Signal.Body1.Bold" /> app:titleTextAppearance="@style/Signal.Text.TitleLarge" />
<include <include
layout="@layout/payments_home_fragment_header" layout="@layout/payments_home_fragment_header"

Wyświetl plik

@ -1,20 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
tools:viewBindingIgnore="true"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical"
tools:viewBindingIgnore="true">
<androidx.appcompat.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:id="@+id/payments_recovery_entry_fragment_toolbar" android:id="@+id/payments_recovery_entry_fragment_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="@dimen/signal_m3_toolbar_height"
android:minHeight="@dimen/signal_m3_toolbar_height"
android:theme="?actionBarStyle" android:theme="?actionBarStyle"
app:navigationIcon="@drawable/ic_arrow_left_24" app:navigationIcon="@drawable/ic_arrow_left_24"
app:title="@string/PaymentsRecoveryStartFragment__recovery_phrase" app:title="@string/PaymentsRecoveryStartFragment__recovery_phrase"
app:titleTextAppearance="@style/TextAppearance.Signal.Body1.Bold" /> app:titleTextAppearance="@style/Signal.Text.TitleLarge" />
<ScrollView <ScrollView
android:layout_width="match_parent" android:layout_width="match_parent"

Wyświetl plik

@ -1,22 +1,23 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:viewBindingIgnore="true"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent"
tools:viewBindingIgnore="true">
<androidx.appcompat.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:id="@+id/payments_recovery_paste_fragment_toolbar" android:id="@+id/payments_recovery_paste_fragment_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="@dimen/signal_m3_toolbar_height"
android:minHeight="@dimen/signal_m3_toolbar_height"
android:theme="?actionBarStyle" android:theme="?actionBarStyle"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:navigationIcon="@drawable/ic_arrow_left_24" app:navigationIcon="@drawable/ic_arrow_left_24"
app:title="@string/PaymentsRecoveryPasteFragment__paste_recovery_phrase" app:title="@string/PaymentsRecoveryPasteFragment__paste_recovery_phrase"
app:titleTextAppearance="@style/TextAppearance.Signal.Body1.Bold" /> app:titleTextAppearance="@style/Signal.Text.TitleLarge" />
<EditText <EditText
android:id="@+id/payments_recovery_paste_fragment_phrase" android:id="@+id/payments_recovery_paste_fragment_phrase"

Wyświetl plik

@ -1,20 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
tools:viewBindingIgnore="true"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical"
tools:viewBindingIgnore="true">
<androidx.appcompat.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:id="@+id/payments_recovery_phrase_confirm_fragment_toolbar" android:id="@+id/payments_recovery_phrase_confirm_fragment_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="@dimen/signal_m3_toolbar_height"
android:minHeight="@dimen/signal_m3_toolbar_height"
android:theme="?actionBarStyle" android:theme="?actionBarStyle"
app:navigationIcon="@drawable/ic_arrow_left_24" app:navigationIcon="@drawable/ic_arrow_left_24"
app:title="@string/PaymentsRecoveryStartFragment__recovery_phrase" app:title="@string/PaymentsRecoveryStartFragment__recovery_phrase"
app:titleTextAppearance="@style/TextAppearance.Signal.Body1.Bold" /> app:titleTextAppearance="@style/Signal.Text.TitleLarge" />
<ScrollView <ScrollView
android:layout_width="match_parent" android:layout_width="match_parent"

Wyświetl plik

@ -1,20 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
tools:viewBindingIgnore="true"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical"
tools:viewBindingIgnore="true">
<androidx.appcompat.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:id="@+id/payments_recovery_phrase_fragment_toolbar" android:id="@+id/payments_recovery_phrase_fragment_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="@dimen/signal_m3_toolbar_height"
android:minHeight="@dimen/signal_m3_toolbar_height"
android:theme="?actionBarStyle" android:theme="?actionBarStyle"
app:navigationIcon="@drawable/ic_arrow_left_24" app:navigationIcon="@drawable/ic_arrow_left_24"
app:title="@string/PaymentsRecoveryStartFragment__recovery_phrase" app:title="@string/PaymentsRecoveryStartFragment__recovery_phrase"
app:titleTextAppearance="@style/TextAppearance.Signal.Body1.Bold" /> app:titleTextAppearance="@style/Signal.Text.TitleLarge" />
<ScrollView <ScrollView
android:layout_width="match_parent" android:layout_width="match_parent"

Wyświetl plik

@ -1,20 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
tools:viewBindingIgnore="true"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical"
tools:viewBindingIgnore="true">
<androidx.appcompat.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:id="@+id/payments_recovery_start_fragment_toolbar" android:id="@+id/payments_recovery_start_fragment_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="@dimen/signal_m3_toolbar_height"
android:minHeight="@dimen/signal_m3_toolbar_height"
android:theme="?actionBarStyle" android:theme="?actionBarStyle"
app:navigationIcon="@drawable/ic_arrow_left_24" app:navigationIcon="@drawable/ic_arrow_left_24"
app:title="@string/PaymentsRecoveryStartFragment__recovery_phrase" app:title="@string/PaymentsRecoveryStartFragment__recovery_phrase"
app:titleTextAppearance="@style/TextAppearance.Signal.Body1.Bold" /> app:titleTextAppearance="@style/Signal.Text.TitleLarge" />
<ScrollView <ScrollView
android:layout_width="match_parent" android:layout_width="match_parent"

Wyświetl plik

@ -9,12 +9,13 @@
<androidx.appcompat.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:id="@+id/payments_transfer_toolbar" android:id="@+id/payments_transfer_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="@dimen/signal_m3_toolbar_height"
android:minHeight="@dimen/signal_m3_toolbar_height"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:navigationIcon="@drawable/ic_arrow_left_24" app:navigationIcon="@drawable/ic_arrow_left_24"
app:title="@string/PaymentsTransferFragment__transfer" app:title="@string/PaymentsTransferFragment__transfer"
app:titleTextAppearance="@style/TextAppearance.Signal.Body1.Bold" /> app:titleTextAppearance="@style/Signal.Text.TitleLarge" />
<EditText <EditText
android:id="@+id/payments_transfer_to_address" android:id="@+id/payments_transfer_to_address"

Wyświetl plik

@ -1,20 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:viewBindingIgnore="true"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent"
tools:viewBindingIgnore="true">
<androidx.appcompat.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:id="@+id/payments_transfer_scan_qr" android:id="@+id/payments_transfer_scan_qr"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="@dimen/signal_m3_toolbar_height"
android:minHeight="@dimen/signal_m3_toolbar_height"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:navigationIcon="@drawable/ic_arrow_left_24" app:navigationIcon="@drawable/ic_arrow_left_24"
app:title="@string/PaymentsTransferQrScanFragment__scan_address_qr_code" app:title="@string/PaymentsTransferQrScanFragment__scan_address_qr_code"
app:titleTextAppearance="@style/TextAppearance.Signal.Body1.Bold" /> app:titleTextAppearance="@style/Signal.Text.TitleLarge" />
<FrameLayout <FrameLayout
android:layout_width="0dp" android:layout_width="0dp"

Wyświetl plik

@ -10,11 +10,12 @@
<androidx.appcompat.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:id="@+id/set_currency_fragment_toolbar" android:id="@+id/set_currency_fragment_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="@dimen/signal_m3_toolbar_height"
android:minHeight="@dimen/signal_m3_toolbar_height"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:navigationIcon="@drawable/ic_arrow_left_24" app:navigationIcon="@drawable/ic_arrow_left_24"
app:title="@string/SetCurrencyFragment__set_currency" app:title="@string/SetCurrencyFragment__set_currency"
app:titleTextAppearance="@style/TextAppearance.Signal.Body1.Bold" /> app:titleTextAppearance="@style/Signal.Text.TitleLarge" />
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/set_currency_fragment_list" android:id="@+id/set_currency_fragment_list"