mirror of
https://github.com/screentinker/screentinker.git
synced 2026-05-15 07:32:23 -06:00
ScreenTinker - open source digital signage management software. MIT License, all features included, no license gates. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
318 B
XML
11 lines
318 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:color="#2563EB">
|
|
<item>
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="#3B82F6" />
|
|
<corners android:radius="8dp" />
|
|
</shape>
|
|
</item>
|
|
</ripple>
|