Skip to content
Snippets Groups Projects
Commit 34704ec0 authored by Ernir Erlingsson's avatar Ernir Erlingsson
Browse files

Merge branch '874-tree-indicator' into 'master'

Darken thread indicator

Closes #874

See merge request !525
parents 9fd6d465 45e7af31
No related branches found
No related tags found
1 merge request!525Darken thread indicator
......@@ -5,5 +5,5 @@
<stroke
android:width="2dp"
android:color="@color/forum_discussion_nested_line"/>
android:color="@color/thread_indicator"/>
</shape>
\ No newline at end of file
......@@ -33,11 +33,12 @@
<!-- this is needed as preference_category_material layout uses this color as the text color -->
<color name="preference_fallback_accent_color">@color/briar_accent</color>
<color name="thread_indicator">#9e9e9e</color>
<color name="divider">#c1c1c1</color>
<color name="default_separator_inverted">#ffffff</color>
<color name="menu_background">#FFFFFF</color>
<color name="spinner_border">#61000000</color> <!-- 38% Black -->
<color name="forum_discussion_nested_line">#cfd2d4</color>
<color name="forum_cell_highlight">#ffffff</color>
</resources>
\ No newline at end of file
......@@ -102,7 +102,7 @@
<style name="DiscussionLevelIndicator">
<item name="android:layout_marginLeft">4dp</item>
<item name="android:background">@color/divider</item>
<item name="android:background">@color/thread_indicator</item>
</style>
<style name="BriarTabLayout" parent="Widget.Design.TabLayout">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment