mirror of
https://github.com/gsantner/dandelion
synced 2025-12-11 06:41:11 +01:00
SQUASH
Rewrote ThemedSettings by inheriting Preference classes Fixed issues pointed out by gsantner Added back circle color picker preview to Settings and reflect color changes immediatelly :D Removed some debug messages and unified usage of Themeable
This commit is contained in:
parent
6ad634cc5b
commit
b9221099c2
20 changed files with 677 additions and 388 deletions
5
app/src/main/res/drawable/circle.xml
Normal file
5
app/src/main/res/drawable/circle.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/md_red_500"/>
|
||||
<size android:width="@dimen/color_picker_circle_size" android:height="@dimen/color_picker_circle_size"/>
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue