Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-04-27 22:06:43 +0300
committerStefan Niedermann <info@niedermann.it>2020-04-27 22:06:43 +0300
commitfd071181c6317b51fecbd842c8ecfbc54f6e559a (patch)
tree330fee863287abd905a4469e2fce4f37e13c69a4 /app/src/main/res/layout/widget_color_chooser.xml
parenta2b3f8d8713adb56ec693c70a4375629b846ee33 (diff)
#431 ColorChooser occurs multiple times when editing board
Diffstat (limited to 'app/src/main/res/layout/widget_color_chooser.xml')
-rw-r--r--app/src/main/res/layout/widget_color_chooser.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/src/main/res/layout/widget_color_chooser.xml b/app/src/main/res/layout/widget_color_chooser.xml
index 658e9d248..e3cd245a3 100644
--- a/app/src/main/res/layout/widget_color_chooser.xml
+++ b/app/src/main/res/layout/widget_color_chooser.xml
@@ -12,7 +12,15 @@
android:layout_marginTop="@dimen/spacer_2x"
app:alignItems="stretch"
app:flexWrap="wrap"
- app:justifyContent="space_between" />
+ app:justifyContent="space_between">
+
+ <ImageView
+ android:id="@+id/customColorChooser"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:src="@drawable/circle_alpha_colorize_36dp"
+ android:contentDescription="@string/pick_custom_color" />
+ </com.google.android.flexbox.FlexboxLayout>
<com.skydoves.colorpickerview.ColorPickerView
android:id="@+id/customColorPicker"