Update dark mode grey accent

Update the grey accent on dark mode to improve visibility.
This commit is contained in:
OxygenCobalt 2021-04-25 14:28:28 -06:00
parent 64d4b90870
commit 39f26b4feb
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
3 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ dependencies {
// General
implementation "androidx.core:core-ktx:1.3.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
implementation "androidx.recyclerview:recyclerview:1.2.0"

View file

@ -18,7 +18,7 @@
android:layout_height="0dp"
android:layout_gravity="center"
android:layout_weight="1"
android:overScrollMode="always"
android:overScrollMode="never"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
tools:itemCount="1"
tools:listitem="@layout/item_blacklist_entry" />

View file

@ -27,6 +27,6 @@
<color name="orange">#ffcc80</color>
<color name="deep_orange">#ffab91</color>
<color name="brown">#bcaaa4</color>
<color name="grey">#eeeeee</color>
<color name="grey">#CFCFCF</color>
<color name="blue_grey">#b0bec5</color>
</resources>