diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-25 14:41:39 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-25 14:41:39 +0100 |
commit | ffefc40b06b41b6612a95eb4d604674ce9e70742 (patch) | |
tree | d5500fbbff04bc9007b67758bcc71141c1a74c17 /app/src/main/res | |
parent | 53895c459de82b4875eb6d59dee3abf4226de969 (diff) |
use darker yellow for location status indicator
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/v_location_status_indicator.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/v_location_status_indicator.xml b/app/src/main/res/layout/v_location_status_indicator.xml index 548a965f..a8ba905e 100644 --- a/app/src/main/res/layout/v_location_status_indicator.xml +++ b/app/src/main/res/layout/v_location_status_indicator.xml @@ -130,7 +130,7 @@ android:id="@+id/level2" android:layout_width="0dp" android:layout_height="0dp" - android:background="@color/yellow200" + android:background="@color/amber200" android:visibility="visible" app:layout_constraintRight_toLeftOf="@+id/guideline_vertical_third" app:layout_constraintLeft_toRightOf="@id/guideline_vertical_second" @@ -146,7 +146,7 @@ android:id="@+id/level2_2" android:layout_width="0dp" android:layout_height="0dp" - android:background="@color/yellow200" + android:background="@color/amber200" android:visibility="visible" app:layout_constraintRight_toLeftOf="@+id/guideline_vertical_fourth" app:layout_constraintLeft_toRightOf="@id/guideline_vertical_third" |