reactivating the stripe now sets the colorwheel's current color

increased thickness of saturation and value bars
This commit is contained in:
Giovanni Harting
2015-09-17 17:31:54 +02:00
parent 34776fc225
commit 6c321aaa90
2 changed files with 15 additions and 13 deletions

View File

@@ -63,13 +63,15 @@
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:layout_marginTop="15dp"/>
android:layout_marginTop="15dp"
app:bar_thickness="15dp"/>
<com.larswerkman.holocolorpicker.ValueBar
android:id="@+id/valuebar"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"/>
android:layout_margin="10dp"
app:bar_thickness="15dp"/>
</LinearLayout>