From 1415e8df214bd48e38bae4e27aa7e36f836677b1 Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Fri, 15 Feb 2019 15:52:17 +0100 Subject: [PATCH] Update color refs --- app/src/main/res/layout/bottom_sheet_blinds.xml | 2 +- app/src/main/res/values/styles.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/bottom_sheet_blinds.xml b/app/src/main/res/layout/bottom_sheet_blinds.xml index c0d86a55..08fb4cb2 100644 --- a/app/src/main/res/layout/bottom_sheet_blinds.xml +++ b/app/src/main/res/layout/bottom_sheet_blinds.xml @@ -5,7 +5,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - tools:background="@color/gray_dark_1"> + tools:background="@color/gray_darker"> @color/colorPrimary @color/colorPrimaryDark @color/colorAccent - @color/gray_dark_2 + @color/gray_dark @style/PokerAnalyticsTheme.BottomNavigationView @style/PokerAnalyticsTheme.Toolbar @@ -20,12 +20,12 @@ @@ -46,14 +46,14 @@