Archived
Changed colour picker from a single palette dialog to recycler view to gain parity with iOS-version
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="0dp"
|
||||
android:shape="oval"
|
||||
android:thicknessRatio="1.9"
|
||||
android:useLevel="false">
|
||||
|
||||
<solid/>
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="0dp"
|
||||
android:shape="oval"
|
||||
android:thicknessRatio="1.9"
|
||||
android:useLevel="false">
|
||||
|
||||
<stroke
|
||||
android:width="2dp"
|
||||
android:color="@color/colorHintReversed" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user