screentinker/android/app/src/main/res/drawable/button_primary.xml
ScreenTinker 1594a9d4a4 Initial open source release
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>
2026-04-08 12:14:53 -05:00

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>