We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d397635 commit 59077c9Copy full SHA for 59077c9
documentscanner/src/main/res/drawable/rounded.xml
@@ -4,7 +4,7 @@
4
~ Author: Hao Tran
5
-->
6
<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 -->
+ <solid android:color="@color/colorPrimaryDark"/> <!-- this one is ths color of the Rounded Button -->
8
<corners
9
android:bottomRightRadius="5dp"
10
android:bottomLeftRadius="5dp"
0 commit comments