From ba3cf6e8c8cd6cfa38772943ae7ba1f6e7d2b7e8 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sun, 17 Feb 2019 22:09:28 +0200 Subject: [PATCH 1/1] fu: profile color control --- app/src/main/res/layout/color_selector_item.xml | 6 ++++++ app/src/main/res/values/strings.xml | 1 + 2 files changed, 7 insertions(+) create mode 100644 app/src/main/res/layout/color_selector_item.xml diff --git a/app/src/main/res/layout/color_selector_item.xml b/app/src/main/res/layout/color_selector_item.xml new file mode 100644 index 00000000..66b95d1b --- /dev/null +++ b/app/src/main/res/layout/color_selector_item.xml @@ -0,0 +1,6 @@ + + + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 89a2a4db..18e5a189 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -142,4 +142,5 @@ Would you like to send the crash report to the developer? This would help diagnosing and fixing the problem. Send crash report via: Show report + Color -- 2.39.2