Files
brave-core/android/java/res/drawable/rounded_filled.xml
T
Deep 3c0fa6d94a Update rate dialog logic
Add design for success scenario

Add drawable res for rounded buttons
2020-05-19 12:47:03 -04:00

6 lines
238 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/onboarding_orange" />
<!--border radius in dp-->
<corners android:radius="25dp" />
</shape>