Color picker: show hex input box on top

so when showing keyboard to edit text the box will be
still visible

Signed-off-by: xyyx <xyyx@mail.ru>
This commit is contained in:
ezio84
2018-03-16 18:09:30 +01:00
committed by hungphan2001
parent 0950761101
commit 249c4a342a

View File

@@ -24,12 +24,6 @@
android:padding="@dimen/alert_dialog_padding_material"
android:orientation="vertical">
<net.margaritov.preference.colorpicker.ColorPickerView
android:id="@+id/color_picker_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:tag="portrait" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -62,6 +56,12 @@
</LinearLayout>
<net.margaritov.preference.colorpicker.ColorPickerView
android:id="@+id/color_picker_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:tag="portrait" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"