mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-27 05:23:00 +00:00
Adjusted color picker size
This commit is contained in:
parent
995ea14369
commit
da444c598a
1 changed files with 2 additions and 1 deletions
|
@ -28,8 +28,9 @@
|
|||
|
||||
<com.madrapps.pikolo.HSLColorPicker
|
||||
android:id="@+id/accent_picker"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="350dp"
|
||||
android:layout_height="350dp"
|
||||
android:layout_gravity="center"
|
||||
app:lightness_radius_offset="40dp"
|
||||
app:saturation_radius_offset="40dp"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue