Update dark mode grey accent
Update the grey accent on dark mode to improve visibility.
This commit is contained in:
parent
64d4b90870
commit
39f26b4feb
3 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ dependencies {
|
||||||
// General
|
// General
|
||||||
implementation "androidx.core:core-ktx:1.3.2"
|
implementation "androidx.core:core-ktx:1.3.2"
|
||||||
implementation "androidx.activity:activity-ktx:1.2.2"
|
implementation "androidx.activity:activity-ktx:1.2.2"
|
||||||
implementation "androidx.fragment:fragment-ktx:1.3.2"
|
implementation 'androidx.fragment:fragment-ktx:1.3.3'
|
||||||
|
|
||||||
// UI
|
// UI
|
||||||
implementation "androidx.recyclerview:recyclerview:1.2.0"
|
implementation "androidx.recyclerview:recyclerview:1.2.0"
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:overScrollMode="always"
|
android:overScrollMode="never"
|
||||||
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
|
||||||
tools:itemCount="1"
|
tools:itemCount="1"
|
||||||
tools:listitem="@layout/item_blacklist_entry" />
|
tools:listitem="@layout/item_blacklist_entry" />
|
||||||
|
|
|
@ -27,6 +27,6 @@
|
||||||
<color name="orange">#ffcc80</color>
|
<color name="orange">#ffcc80</color>
|
||||||
<color name="deep_orange">#ffab91</color>
|
<color name="deep_orange">#ffab91</color>
|
||||||
<color name="brown">#bcaaa4</color>
|
<color name="brown">#bcaaa4</color>
|
||||||
<color name="grey">#eeeeee</color>
|
<color name="grey">#CFCFCF</color>
|
||||||
<color name="blue_grey">#b0bec5</color>
|
<color name="blue_grey">#b0bec5</color>
|
||||||
</resources>
|
</resources>
|
Loading…
Reference in a new issue