]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/adapters/RequestsArrayAdapter.kt
Update the proxy app bar background color. https://redmine.stoutner.com/issues/998
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / adapters / RequestsArrayAdapter.kt
index 30f8f6dd59d2861aec8052ef5f965e6ef192539e..965158d7d4dab41d09fc3d5d502981f6ef7abaa6 100644 (file)
@@ -70,7 +70,7 @@ class RequestsArrayAdapter(context: Context, resourceRequestsList: List<Array<St
                 dispositionTextView.text = context.resources.getString(R.string.request_allowed, id)
 
                 // Set the background color.
-                linearLayout.setBackgroundColor(context.getColor(R.color.blue_background))
+                linearLayout.setBackgroundColor(context.getColor(R.color.requests_blue_background))
             }
 
             REQUEST_THIRD_PARTY -> {