k-9/res/layout/color_picker_dialog.xml

15 lines
539 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.fsck.k9"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<com.larswerkman.colorpicker.ColorPicker
android:id="@+id/color_picker"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_margin="8dp"
app:pointer_size="48"
app:wheel_size="16" />
</FrameLayout>