mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-09 03:20:00 +00:00
bf05ff6048
-Previous version used emojis for brightness and volume icons, which may be inconsistent across devices and do not fit well with other parts of UI (Frankly, previous version was more informative than eye-candy) -This commit replaces old version with circular progress bar that shows current value (before conversion). Gesture mode (volume/brightness) is indicated by icon that changes between (4/3) modes according to current value -Text information about current value was removed, because with progress bar present it does not add any real value to UI.
12 lines
453 B
XML
12 lines
453 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:fromDegrees="-90"
|
|
android:toDegrees="-90">
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:innerRadiusRatio="2.25"
|
|
android:shape="ring"
|
|
android:thicknessRatio="17.75"
|
|
android:useLevel="true">
|
|
<solid android:color="@android:color/white" />
|
|
</shape>
|
|
</rotate> |