some customizations (#59)
* quickfix * android locale tuning * toggle option to setting * some customizations --------- Co-authored-by: rebelonion <87634197+rebelonion@users.noreply.github.com>
This commit is contained in:
parent
ba351df331
commit
af326c8258
13 changed files with 40 additions and 33 deletions
|
@ -248,8 +248,8 @@
|
|||
android:valueTo="10"
|
||||
app:labelBehavior="gone"
|
||||
app:thumbElevation="0dp"
|
||||
app:trackColorInactive="?attr/colorOnSecondary"
|
||||
app:trackColorActive="?attr/colorSecondary"
|
||||
app:trackColorInactive="?attr/colorOnPrimary"
|
||||
app:trackColorActive="?attr/colorPrimary"
|
||||
app:trackHeight="24dp" />
|
||||
|
||||
<ImageView
|
||||
|
@ -291,8 +291,8 @@
|
|||
android:valueTo="10"
|
||||
app:labelBehavior="gone"
|
||||
app:thumbElevation="0dp"
|
||||
app:trackColorInactive="?attr/colorOnSecondary"
|
||||
app:trackColorActive="?attr/colorSecondary"
|
||||
app:trackColorInactive="?attr/colorOnPrimary"
|
||||
app:trackColorActive="?attr/colorPrimary"
|
||||
app:trackHeight="24dp" />
|
||||
|
||||
<ImageView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue