Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit 5aa4cb4

Browse files
committed
change dashboard message text color to black
1 parent c4a1397 commit 5aa4cb4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sampleapp/src/main/res/layout/fragment_dashboard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
android:layout_marginEnd="8dp"
209209
android:gravity="center_horizontal"
210210
android:padding="8dp"
211-
android:textColor="@color/primaryTextColor"
211+
android:textColor="@color/black"
212212
android:visibility="gone"
213213
app:layout_constraintEnd_toEndOf="@+id/dash_text_view_tor_network_state"
214214
app:layout_constraintStart_toStartOf="@+id/dash_text_view_tor_state"

sampleapp/src/main/res/values/colors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<color name="green">#4CAF50</color>
1313
<color name="blue">#3F51B5</color>
1414
<color name="red">#BD1B1B</color>
15+
<color name="black">#000000</color>
1516

1617
<color name="dash_message_drawable_border">#70000000</color>
1718
</resources>

0 commit comments

Comments
 (0)