Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
deBeauvoir
samourai-wallet-android
Commits
963ad61a
Commit
963ad61a
authored
Nov 17, 2021
by
Wallet Guy
Browse files
update bottom sheet header style
parent
94644234
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
16 deletions
+11
-16
app/src/main/res/layout/activity_tx.xml
app/src/main/res/layout/activity_tx.xml
+1
-1
app/src/main/res/layout/bottomsheet_edit_paynym.xml
app/src/main/res/layout/bottomsheet_edit_paynym.xml
+2
-0
app/src/main/res/layout/bottomsheet_utxo_filter.xml
app/src/main/res/layout/bottomsheet_utxo_filter.xml
+2
-1
app/src/main/res/layout/fragment_mix_details_dialog.xml
app/src/main/res/layout/fragment_mix_details_dialog.xml
+3
-12
app/src/main/res/layout/utxo_details_options_bottomsheet.xml
app/src/main/res/layout/utxo_details_options_bottomsheet.xml
+3
-2
No files found.
app/src/main/res/layout/activity_tx.xml
View file @
963ad61a
...
...
@@ -47,7 +47,7 @@
<TextView
android:id=
"@+id/tx_amount"
style=
"@style/
TextAppearance.MaterialComponents.Headline4
"
style=
"@style/
BalanceToolbarExpandedTitleStyle
"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"6dp"
...
...
app/src/main/res/layout/bottomsheet_edit_paynym.xml
View file @
963ad61a
...
...
@@ -69,6 +69,8 @@
android:layout_marginTop=
"16dp"
android:layout_marginEnd=
"8dp"
android:text=
"Edit Paynym"
android:textColor=
"@color/accent"
android:textStyle=
"bold"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintHorizontal_bias=
"0.0"
app:layout_constraintStart_toStartOf=
"parent"
...
...
app/src/main/res/layout/bottomsheet_utxo_filter.xml
View file @
963ad61a
...
...
@@ -26,7 +26,8 @@
android:paddingEnd=
"18dp"
android:paddingBottom=
"8dp"
android:text=
"Filter"
android:textColor=
"@color/cyan_ui_2"
/>
android:textStyle=
"bold"
android:textColor=
"@color/accent"
/>
<FrameLayout
android:layout_width=
"match_parent"
...
...
app/src/main/res/layout/fragment_mix_details_dialog.xml
View file @
963ad61a
...
...
@@ -32,7 +32,8 @@
android:layout_weight=
"1"
android:gravity=
"center_vertical"
android:text=
"@string/mix_details"
android:textColor=
"@color/white"
android:textColor=
"@color/accent"
android:textStyle=
"bold"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintHorizontal_bias=
"0.0"
app:layout_constraintStart_toStartOf=
"parent"
...
...
@@ -41,17 +42,6 @@
</LinearLayout>
<View
android:layout_width=
"match_parent"
android:layout_height=
"2dp"
android:layout_marginStart=
"8dp"
android:layout_marginTop=
"12dp"
android:layout_marginEnd=
"12dp"
android:alpha=
"0.1"
android:background=
"@color/white"
/>
<androidx.core.widget.NestedScrollView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
...
...
@@ -122,6 +112,7 @@
android:background=
"?attr/selectableItemBackground"
android:gravity=
"end"
android:textColor=
"@color/text_secondary"
android:fontFamily=
"@font/roboto_mono"
tools:text=
"1234"
/>
...
...
app/src/main/res/layout/utxo_details_options_bottomsheet.xml
View file @
963ad61a
...
...
@@ -14,10 +14,11 @@
<TextView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"
4
dp"
android:layout_marginStart=
"
0
dp"
android:padding=
"18dp"
android:text=
"Advanced"
android:textColor=
"@color/cyan_ui_2"
/>
android:textColor=
"@color/accent"
android:textStyle=
"bold"
/>
<LinearLayout
android:id=
"@+id/utxo_details_option_spend"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment