mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
Add color presets, custom color picker, transparency slider, and device label toggle to the widget configuration screen. Widget preview updates in real-time. Use profile label as device name in both preview and actual widget.
7 lines
240 B
XML
7 lines
240 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<corners android:radius="16dp" />
|
|
<solid android:color="@android:color/transparent" />
|
|
</shape>
|