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
62939342
Commit
62939342
authored
Nov 17, 2021
by
Wallet Guy
Browse files
minor style changes
parent
7d81314c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
27 deletions
+25
-27
app/src/main/res/drawable/divider_grey.xml
app/src/main/res/drawable/divider_grey.xml
+1
-1
app/src/main/res/layout/activity_tx.xml
app/src/main/res/layout/activity_tx.xml
+13
-9
app/src/main/res/layout/activity_utxodetails.xml
app/src/main/res/layout/activity_utxodetails.xml
+4
-13
app/src/main/res/layout/tx_item_section_layout.xml
app/src/main/res/layout/tx_item_section_layout.xml
+5
-3
app/src/main/res/values/colors.xml
app/src/main/res/values/colors.xml
+2
-1
No files found.
app/src/main/res/drawable/divider_grey.xml
View file @
62939342
...
...
@@ -6,6 +6,6 @@
android:width=
"1dp"
android:height=
"0.1dp"
/>
<solid
android:color=
"@color/di
sabled
_grey"
/>
<solid
android:color=
"@color/di
vider
_grey"
/>
</shape>
app/src/main/res/layout/activity_tx.xml
View file @
62939342
...
...
@@ -164,7 +164,9 @@
<View
android:layout_width=
"match_parent"
android:layout_height=
"1dp"
android:background=
"#80808080"
/>
android:alpha=
"0.1"
android:background=
"@color/white"
android:padding=
"12dp"
/>
<LinearLayout
...
...
@@ -196,7 +198,9 @@
<View
android:layout_width=
"match_parent"
android:layout_height=
"1dp"
android:background=
"#80808080"
/>
android:alpha=
"0.1"
android:background=
"@color/white"
android:padding=
"12dp"
/>
<LinearLayout
...
...
@@ -227,7 +231,9 @@
<View
android:layout_width=
"match_parent"
android:layout_height=
"1dp"
android:background=
"#80808080"
/>
android:alpha=
"0.1"
android:background=
"@color/white"
android:padding=
"12dp"
/>
<LinearLayout
android:layout_width=
"match_parent"
...
...
@@ -257,7 +263,9 @@
<View
android:layout_width=
"match_parent"
android:layout_height=
"1dp"
android:background=
"#80808080"
/>
android:alpha=
"0.1"
android:background=
"@color/white"
android:padding=
"12dp"
/>
<LinearLayout
android:layout_width=
"match_parent"
...
...
@@ -294,11 +302,7 @@
</LinearLayout>
<View
android:layout_width=
"match_parent"
android:layout_height=
"1dp"
android:layout_marginTop=
"4dp"
android:background=
"#80808080"
/>
</LinearLayout>
</ScrollView>
...
...
app/src/main/res/layout/activity_utxodetails.xml
View file @
62939342
...
...
@@ -86,7 +86,7 @@
<View
android:layout_width=
"match_parent"
android:layout_height=
"1dp"
android:alpha=
"0.
2
"
android:alpha=
"0.
1
"
android:background=
"@color/white"
android:padding=
"12dp"
/>
...
...
@@ -119,16 +119,7 @@
<View
android:layout_width=
"match_parent"
android:layout_height=
"1dp"
android:alpha=
"0.2"
android:background=
"@color/white"
android:padding=
"12dp"
/>
<View
android:layout_width=
"match_parent"
android:layout_height=
"1dp"
android:alpha=
"0.2"
android:alpha=
"0.1"
android:background=
"@color/white"
android:padding=
"12dp"
/>
...
...
@@ -161,7 +152,7 @@
<View
android:layout_width=
"match_parent"
android:layout_height=
"1dp"
android:alpha=
"0.
2
"
android:alpha=
"0.
1
"
android:background=
"@color/white"
android:padding=
"12dp"
/>
...
...
@@ -190,7 +181,7 @@
<View
android:layout_width=
"match_parent"
android:layout_height=
"1dp"
android:alpha=
"0.
2
"
android:alpha=
"0.
1
"
android:background=
"@color/white"
android:padding=
"12dp"
/>
<androidx.constraintlayout.widget.ConstraintLayout
...
...
app/src/main/res/layout/tx_item_section_layout.xml
View file @
62939342
...
...
@@ -3,7 +3,7 @@
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"
#2A2A2A
"
android:background=
"
@color/window
"
android:orientation=
"vertical"
>
<TextView
...
...
@@ -11,10 +11,12 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"32dp"
android:layout_marginTop=
"
7
dp"
android:layout_marginTop=
"
14
dp"
android:layout_marginEnd=
"8dp"
android:layout_marginBottom=
"7dp"
android:layout_marginBottom=
"14dp"
android:alpha=
"0.5"
android:text=
"Today"
android:textColor=
"@color/text_ui2_grey"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintHorizontal_bias=
"0.0"
...
...
app/src/main/res/values/colors.xml
View file @
62939342
...
...
@@ -23,7 +23,7 @@
<color
name=
"white"
>
#FAFAFA
</color>
<color
name=
"blue_semi_transparent_pressed"
>
#5C738FFE
</color>
<color
name=
"grey_accent"
>
#6
c
768
b
</color>
<color
name=
"grey_accent"
>
#6
e
768
9
</color>
<color
name=
"windowDark"
>
#343434
</color>
<color
name=
"blue_ui_2"
>
#1561CB
</color>
<color
name=
"txt_grey"
>
#C7CAD1
</color>
...
...
@@ -40,6 +40,7 @@
<color
name=
"item_separator_grey"
>
#333940
</color>
<color
name=
"disabled_grey"
>
#797979
</color>
<color
name=
"divider_grey"
>
#10FFFFFF
</color>
<color
name=
"disabled_white"
>
#41FFFFFF
</color>
...
...
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