price background color changed

This commit is contained in:
2020-04-25 12:26:00 +03:00
parent 45bd0ed4b9
commit d35cdf5591
3 changed files with 2 additions and 2 deletions

Binary file not shown.

2
.idea/misc.xml generated
View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" /> <output url="file://$PROJECT_DIR$/build/classes" />
</component> </component>
<component name="ProjectType"> <component name="ProjectType">

View File

@@ -2,7 +2,7 @@
<shape <shape
xmlns:android="http://schemas.android.com/apk/res/android"> xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/green"/> <solid android:color="@color/yellow"/>
<corners <corners
android:bottomLeftRadius="4dp" android:bottomLeftRadius="4dp"
android:bottomRightRadius="4dp" /> android:bottomRightRadius="4dp" />