Better brand button style for the light mode.

QR code fragment themed.
Minor adjustments to the brand colors for light mode.
This commit is contained in:
Anton Chekulaev
2020-09-01 16:58:30 +10:00
parent b05350b5aa
commit 156b2687b8
12 changed files with 37 additions and 64 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/transparent" />
<corners android:radius="@dimen/medium_button_corner_radius" />
<stroke android:width="@dimen/border_thickness" android:color="?android:textColorPrimary" />
</shape>