Skip to content

Commit 59077c9

Browse files
committed
button color
1 parent d397635 commit 59077c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentscanner/src/main/res/drawable/rounded.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
~ Author: Hao Tran
55
-->
66
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" android:padding="10dp">
7-
<solid android:color="@color/colorPrimary"/> <!-- this one is ths color of the Rounded Button -->
7+
<solid android:color="@color/colorPrimaryDark"/> <!-- this one is ths color of the Rounded Button -->
88
<corners
99
android:bottomRightRadius="5dp"
1010
android:bottomLeftRadius="5dp"

0 commit comments

Comments
 (0)