From 5668b2a33fe2b22bfe1776f798409e19b202410d Mon Sep 17 00:00:00 2001 From: ErikWaegerle Date: Wed, 22 Jul 2020 01:39:16 +0200 Subject: [PATCH] Inserting the attributes "rankingCircleSelected" and "rankingCircleNotSelected". Is identical to "rankingStarSelected" but the new element is not a star. In addition, the color is adjusted in the colors.xml --- app/src/main/res/values/attrs.xml | 2 ++ app/src/main/res/values/styles.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index 50a3ac5..cc63bb5 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -8,6 +8,8 @@ + + diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 8bf15ad..a43facd 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -13,6 +13,8 @@ @color/white @color/transparent @color/lightblue + @color/lightblue + @color/middlegrey @color/middlegrey @color/lightblue @color/middlegrey