From 0cf31d76c9f48cc73446b3fde478a46cd29c7594 Mon Sep 17 00:00:00 2001 From: cyberta Date: Tue, 29 Nov 2022 00:58:36 +0100 Subject: split EipFragment and MainButon into normal and custom flavor, implement new on-off button design for Bitmask --- app/src/main/res/drawable-xhdpi/ic_btn_cancel.png | Bin 0 -> 617 bytes app/src/main/res/drawable-xhdpi/ic_btn_on.png | Bin 0 -> 1460 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/src/main/res/drawable-xhdpi/ic_btn_cancel.png create mode 100644 app/src/main/res/drawable-xhdpi/ic_btn_on.png (limited to 'app/src/main/res/drawable-xhdpi') diff --git a/app/src/main/res/drawable-xhdpi/ic_btn_cancel.png b/app/src/main/res/drawable-xhdpi/ic_btn_cancel.png new file mode 100644 index 00000000..d623f8f5 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ic_btn_cancel.png differ diff --git a/app/src/main/res/drawable-xhdpi/ic_btn_on.png b/app/src/main/res/drawable-xhdpi/ic_btn_on.png new file mode 100644 index 00000000..4fdc9464 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ic_btn_on.png differ -- cgit v1.2.3 From c2f6bc4e2098265fb1fc8f671dbdecbb5917c6fc Mon Sep 17 00:00:00 2001 From: cyberta Date: Tue, 29 Nov 2022 14:01:05 +0100 Subject: new EipFragment layout for Bitmask - portrait --- app/src/main/res/drawable-xhdpi/bg_green.png | Bin 0 -> 319429 bytes app/src/main/res/drawable-xhdpi/bg_red.png | Bin 0 -> 220676 bytes app/src/main/res/drawable-xhdpi/bg_yellow.png | Bin 0 -> 400307 bytes app/src/main/res/drawable-xhdpi/green_mask.png | Bin 0 -> 121655 bytes app/src/main/res/drawable-xhdpi/red_mask.png | Bin 0 -> 116193 bytes app/src/main/res/drawable-xhdpi/yellow_mask.png | Bin 0 -> 122701 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/src/main/res/drawable-xhdpi/bg_green.png create mode 100644 app/src/main/res/drawable-xhdpi/bg_red.png create mode 100644 app/src/main/res/drawable-xhdpi/bg_yellow.png create mode 100644 app/src/main/res/drawable-xhdpi/green_mask.png create mode 100644 app/src/main/res/drawable-xhdpi/red_mask.png create mode 100644 app/src/main/res/drawable-xhdpi/yellow_mask.png (limited to 'app/src/main/res/drawable-xhdpi') diff --git a/app/src/main/res/drawable-xhdpi/bg_green.png b/app/src/main/res/drawable-xhdpi/bg_green.png new file mode 100644 index 00000000..915dff95 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/bg_green.png differ diff --git a/app/src/main/res/drawable-xhdpi/bg_red.png b/app/src/main/res/drawable-xhdpi/bg_red.png new file mode 100644 index 00000000..433c776f Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/bg_red.png differ diff --git a/app/src/main/res/drawable-xhdpi/bg_yellow.png b/app/src/main/res/drawable-xhdpi/bg_yellow.png new file mode 100644 index 00000000..be4469df Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/bg_yellow.png differ diff --git a/app/src/main/res/drawable-xhdpi/green_mask.png b/app/src/main/res/drawable-xhdpi/green_mask.png new file mode 100644 index 00000000..c852459d Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/green_mask.png differ diff --git a/app/src/main/res/drawable-xhdpi/red_mask.png b/app/src/main/res/drawable-xhdpi/red_mask.png new file mode 100644 index 00000000..c0d57a03 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/red_mask.png differ diff --git a/app/src/main/res/drawable-xhdpi/yellow_mask.png b/app/src/main/res/drawable-xhdpi/yellow_mask.png new file mode 100644 index 00000000..d81190fe Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/yellow_mask.png differ -- cgit v1.2.3 From da824fa125a5583d07e8ac2f6585459956d87ac1 Mon Sep 17 00:00:00 2001 From: cyberta Date: Wed, 30 Nov 2022 01:37:33 +0100 Subject: rename drawables and colors according to the state they're representing --- app/src/main/res/drawable-xhdpi/bg_connected.png | Bin 0 -> 319429 bytes app/src/main/res/drawable-xhdpi/bg_connecting.png | Bin 0 -> 400307 bytes app/src/main/res/drawable-xhdpi/bg_disconnected.png | Bin 0 -> 220676 bytes app/src/main/res/drawable-xhdpi/bg_green.png | Bin 319429 -> 0 bytes app/src/main/res/drawable-xhdpi/bg_red.png | Bin 220676 -> 0 bytes app/src/main/res/drawable-xhdpi/bg_yellow.png | Bin 400307 -> 0 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/src/main/res/drawable-xhdpi/bg_connected.png create mode 100644 app/src/main/res/drawable-xhdpi/bg_connecting.png create mode 100644 app/src/main/res/drawable-xhdpi/bg_disconnected.png delete mode 100644 app/src/main/res/drawable-xhdpi/bg_green.png delete mode 100644 app/src/main/res/drawable-xhdpi/bg_red.png delete mode 100644 app/src/main/res/drawable-xhdpi/bg_yellow.png (limited to 'app/src/main/res/drawable-xhdpi') diff --git a/app/src/main/res/drawable-xhdpi/bg_connected.png b/app/src/main/res/drawable-xhdpi/bg_connected.png new file mode 100644 index 00000000..915dff95 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/bg_connected.png differ diff --git a/app/src/main/res/drawable-xhdpi/bg_connecting.png b/app/src/main/res/drawable-xhdpi/bg_connecting.png new file mode 100644 index 00000000..be4469df Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/bg_connecting.png differ diff --git a/app/src/main/res/drawable-xhdpi/bg_disconnected.png b/app/src/main/res/drawable-xhdpi/bg_disconnected.png new file mode 100644 index 00000000..433c776f Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/bg_disconnected.png differ diff --git a/app/src/main/res/drawable-xhdpi/bg_green.png b/app/src/main/res/drawable-xhdpi/bg_green.png deleted file mode 100644 index 915dff95..00000000 Binary files a/app/src/main/res/drawable-xhdpi/bg_green.png and /dev/null differ diff --git a/app/src/main/res/drawable-xhdpi/bg_red.png b/app/src/main/res/drawable-xhdpi/bg_red.png deleted file mode 100644 index 433c776f..00000000 Binary files a/app/src/main/res/drawable-xhdpi/bg_red.png and /dev/null differ diff --git a/app/src/main/res/drawable-xhdpi/bg_yellow.png b/app/src/main/res/drawable-xhdpi/bg_yellow.png deleted file mode 100644 index be4469df..00000000 Binary files a/app/src/main/res/drawable-xhdpi/bg_yellow.png and /dev/null differ -- cgit v1.2.3