diff options
author | cyberta <cyberta@riseup.net> | 2022-11-30 01:37:33 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-11-30 14:24:47 +0100 |
commit | da824fa125a5583d07e8ac2f6585459956d87ac1 (patch) | |
tree | 14a07baeb8abfdb9f46a54559bd0e4730c3b4989 /app/src/main/res/drawable-hdpi | |
parent | acdee8421bcdc39151457dea72686c4a31b5cdbb (diff) |
rename drawables and colors according to the state they're representing
Diffstat (limited to 'app/src/main/res/drawable-hdpi')
-rw-r--r-- | app/src/main/res/drawable-hdpi/bg_connected.png (renamed from app/src/main/res/drawable-hdpi/bg_green.png) | bin | 190405 -> 190405 bytes |
-rw-r--r-- | app/src/main/res/drawable-hdpi/bg_connecting.png (renamed from app/src/main/res/drawable-hdpi/bg_yellow.png) | bin | 236571 -> 236571 bytes |
-rw-r--r-- | app/src/main/res/drawable-hdpi/bg_disconnected.png (renamed from app/src/main/res/drawable-hdpi/bg_red.png) | bin | 143331 -> 143331 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-hdpi/bg_green.png b/app/src/main/res/drawable-hdpi/bg_connected.png Binary files differindex 0e98f705..0e98f705 100644 --- a/app/src/main/res/drawable-hdpi/bg_green.png +++ b/app/src/main/res/drawable-hdpi/bg_connected.png diff --git a/app/src/main/res/drawable-hdpi/bg_yellow.png b/app/src/main/res/drawable-hdpi/bg_connecting.png Binary files differindex 24632712..24632712 100644 --- a/app/src/main/res/drawable-hdpi/bg_yellow.png +++ b/app/src/main/res/drawable-hdpi/bg_connecting.png diff --git a/app/src/main/res/drawable-hdpi/bg_red.png b/app/src/main/res/drawable-hdpi/bg_disconnected.png Binary files differindex de96be57..de96be57 100644 --- a/app/src/main/res/drawable-hdpi/bg_red.png +++ b/app/src/main/res/drawable-hdpi/bg_disconnected.png |