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-hdpi/ic_btn_cancel.png | Bin 0 -> 486 bytes app/src/main/res/drawable-hdpi/ic_btn_on.png | Bin 0 -> 1091 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/src/main/res/drawable-hdpi/ic_btn_cancel.png create mode 100644 app/src/main/res/drawable-hdpi/ic_btn_on.png (limited to 'app/src/main/res/drawable-hdpi') diff --git a/app/src/main/res/drawable-hdpi/ic_btn_cancel.png b/app/src/main/res/drawable-hdpi/ic_btn_cancel.png new file mode 100644 index 00000000..00feedcd Binary files /dev/null and b/app/src/main/res/drawable-hdpi/ic_btn_cancel.png differ diff --git a/app/src/main/res/drawable-hdpi/ic_btn_on.png b/app/src/main/res/drawable-hdpi/ic_btn_on.png new file mode 100644 index 00000000..2b37d25e Binary files /dev/null and b/app/src/main/res/drawable-hdpi/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-hdpi/bg_green.png | Bin 0 -> 190405 bytes app/src/main/res/drawable-hdpi/bg_red.png | Bin 0 -> 143331 bytes app/src/main/res/drawable-hdpi/bg_yellow.png | Bin 0 -> 236571 bytes app/src/main/res/drawable-hdpi/green_mask.png | Bin 0 -> 81235 bytes app/src/main/res/drawable-hdpi/red_mask.png | Bin 0 -> 73514 bytes app/src/main/res/drawable-hdpi/yellow_mask.png | Bin 0 -> 80386 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/src/main/res/drawable-hdpi/bg_green.png create mode 100644 app/src/main/res/drawable-hdpi/bg_red.png create mode 100644 app/src/main/res/drawable-hdpi/bg_yellow.png create mode 100644 app/src/main/res/drawable-hdpi/green_mask.png create mode 100644 app/src/main/res/drawable-hdpi/red_mask.png create mode 100644 app/src/main/res/drawable-hdpi/yellow_mask.png (limited to 'app/src/main/res/drawable-hdpi') diff --git a/app/src/main/res/drawable-hdpi/bg_green.png b/app/src/main/res/drawable-hdpi/bg_green.png new file mode 100644 index 00000000..0e98f705 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/bg_green.png differ diff --git a/app/src/main/res/drawable-hdpi/bg_red.png b/app/src/main/res/drawable-hdpi/bg_red.png new file mode 100644 index 00000000..de96be57 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/bg_red.png differ diff --git a/app/src/main/res/drawable-hdpi/bg_yellow.png b/app/src/main/res/drawable-hdpi/bg_yellow.png new file mode 100644 index 00000000..24632712 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/bg_yellow.png differ diff --git a/app/src/main/res/drawable-hdpi/green_mask.png b/app/src/main/res/drawable-hdpi/green_mask.png new file mode 100644 index 00000000..fccc060a Binary files /dev/null and b/app/src/main/res/drawable-hdpi/green_mask.png differ diff --git a/app/src/main/res/drawable-hdpi/red_mask.png b/app/src/main/res/drawable-hdpi/red_mask.png new file mode 100644 index 00000000..d2ef7d99 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/red_mask.png differ diff --git a/app/src/main/res/drawable-hdpi/yellow_mask.png b/app/src/main/res/drawable-hdpi/yellow_mask.png new file mode 100644 index 00000000..72e3ae45 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/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-hdpi/bg_connected.png | Bin 0 -> 190405 bytes app/src/main/res/drawable-hdpi/bg_connecting.png | Bin 0 -> 236571 bytes app/src/main/res/drawable-hdpi/bg_disconnected.png | Bin 0 -> 143331 bytes app/src/main/res/drawable-hdpi/bg_green.png | Bin 190405 -> 0 bytes app/src/main/res/drawable-hdpi/bg_red.png | Bin 143331 -> 0 bytes app/src/main/res/drawable-hdpi/bg_yellow.png | Bin 236571 -> 0 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/src/main/res/drawable-hdpi/bg_connected.png create mode 100644 app/src/main/res/drawable-hdpi/bg_connecting.png create mode 100644 app/src/main/res/drawable-hdpi/bg_disconnected.png delete mode 100644 app/src/main/res/drawable-hdpi/bg_green.png delete mode 100644 app/src/main/res/drawable-hdpi/bg_red.png delete mode 100644 app/src/main/res/drawable-hdpi/bg_yellow.png (limited to 'app/src/main/res/drawable-hdpi') diff --git a/app/src/main/res/drawable-hdpi/bg_connected.png b/app/src/main/res/drawable-hdpi/bg_connected.png new file mode 100644 index 00000000..0e98f705 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/bg_connected.png differ diff --git a/app/src/main/res/drawable-hdpi/bg_connecting.png b/app/src/main/res/drawable-hdpi/bg_connecting.png new file mode 100644 index 00000000..24632712 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/bg_connecting.png differ diff --git a/app/src/main/res/drawable-hdpi/bg_disconnected.png b/app/src/main/res/drawable-hdpi/bg_disconnected.png new file mode 100644 index 00000000..de96be57 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/bg_disconnected.png differ diff --git a/app/src/main/res/drawable-hdpi/bg_green.png b/app/src/main/res/drawable-hdpi/bg_green.png deleted file mode 100644 index 0e98f705..00000000 Binary files a/app/src/main/res/drawable-hdpi/bg_green.png and /dev/null differ diff --git a/app/src/main/res/drawable-hdpi/bg_red.png b/app/src/main/res/drawable-hdpi/bg_red.png deleted file mode 100644 index de96be57..00000000 Binary files a/app/src/main/res/drawable-hdpi/bg_red.png and /dev/null differ diff --git a/app/src/main/res/drawable-hdpi/bg_yellow.png b/app/src/main/res/drawable-hdpi/bg_yellow.png deleted file mode 100644 index 24632712..00000000 Binary files a/app/src/main/res/drawable-hdpi/bg_yellow.png and /dev/null differ -- cgit v1.2.3