summaryrefslogtreecommitdiff
path: root/app/src/normal/res/layout
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2022-11-30 01:37:33 +0100
committercyberta <cyberta@riseup.net>2022-11-30 14:24:47 +0100
commitda824fa125a5583d07e8ac2f6585459956d87ac1 (patch)
tree14a07baeb8abfdb9f46a54559bd0e4730c3b4989 /app/src/normal/res/layout
parentacdee8421bcdc39151457dea72686c4a31b5cdbb (diff)
rename drawables and colors according to the state they're representing
Diffstat (limited to 'app/src/normal/res/layout')
-rw-r--r--app/src/normal/res/layout/f_eip.xml2
-rw-r--r--app/src/normal/res/layout/v_location_button.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/normal/res/layout/f_eip.xml b/app/src/normal/res/layout/f_eip.xml
index cd636b25..9c921721 100644
--- a/app/src/normal/res/layout/f_eip.xml
+++ b/app/src/normal/res/layout/f_eip.xml
@@ -75,7 +75,7 @@
android:layout_marginRight="-300dp"
android:layout_marginTop="-300dp"
android:layout_marginBottom="-300dp"
- app:srcCompat="@drawable/bg_red" />
+ app:srcCompat="@drawable/bg_disconnected" />
<androidx.appcompat.widget.AppCompatTextView
diff --git a/app/src/normal/res/layout/v_location_button.xml b/app/src/normal/res/layout/v_location_button.xml
index e7d8a319..8aaf4978 100644
--- a/app/src/normal/res/layout/v_location_button.xml
+++ b/app/src/normal/res/layout/v_location_button.xml
@@ -7,7 +7,7 @@
android:layout_gravity="center_vertical"
android:layout_height="match_parent"
android:padding="@dimen/stdpadding"
- android:background="@drawable/cust_button_primary_rect"
+ android:background="@drawable/cust_button_light_rect"
>
<androidx.appcompat.widget.AppCompatImageView