app color theme changed
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<!-- radius -->
|
<!-- radius -->
|
||||||
<stroke
|
<stroke
|
||||||
android:width="1dp"
|
android:width="1dp"
|
||||||
android:color="@color/pizzalemon_green" />
|
android:color="@color/pizzalemon_dark_green" />
|
||||||
|
|
||||||
<!-- corners -->
|
<!-- corners -->
|
||||||
<corners
|
<corners
|
||||||
|
|||||||
@@ -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/pizzalemon_green"/>
|
<solid android:color="@color/pizzalemon_dark_green"/>
|
||||||
<corners android:radius="8dp"/>
|
<corners android:radius="8dp"/>
|
||||||
|
|
||||||
</shape>
|
</shape>
|
||||||
@@ -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/white"/>
|
<solid android:color="@color/pizzalemon_light_green"/>
|
||||||
<corners android:radius="4dp"/>
|
<corners android:radius="4dp"/>
|
||||||
|
|
||||||
</shape>
|
</shape>
|
||||||
@@ -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/pizzalemon_yellow"/>
|
<solid android:color="@color/pizzalemon_light_green"/>
|
||||||
<corners
|
<corners
|
||||||
android:bottomLeftRadius="4dp"
|
android:bottomLeftRadius="4dp"
|
||||||
android:bottomRightRadius="4dp" />
|
android:bottomRightRadius="4dp" />
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
android:text="@string/choose_post_code"
|
android:text="@string/choose_post_code"
|
||||||
android:layout_centerInParent="true"
|
android:layout_centerInParent="true"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
android:textColor="@color/main_black"/>
|
android:textColor="@color/black"/>
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="12dp"
|
android:layout_width="12dp"
|
||||||
|
|||||||
@@ -73,7 +73,7 @@
|
|||||||
android:id="@+id/productPriceTextView"
|
android:id="@+id/productPriceTextView"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/black"
|
||||||
android:padding="17dp"
|
android:padding="17dp"
|
||||||
android:gravity="center_horizontal"
|
android:gravity="center_horizontal"
|
||||||
fontPath="fonts/Quicksand-Bold.ttf"
|
fontPath="fonts/Quicksand-Bold.ttf"
|
||||||
@@ -88,8 +88,7 @@
|
|||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:padding="6dp"
|
android:padding="6dp"
|
||||||
android:layout_margin="8dp"
|
android:layout_margin="8dp" />
|
||||||
android:tint="@color/white"/>
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -56,8 +56,8 @@
|
|||||||
<color name="pizzalemon_light_yellow_2">#FFED00</color>
|
<color name="pizzalemon_light_yellow_2">#FFED00</color>
|
||||||
<color name="pizzalemon_yellow">#FFC244</color>
|
<color name="pizzalemon_yellow">#FFC244</color>
|
||||||
<color name="pizzalemon_green">#03A083</color>
|
<color name="pizzalemon_green">#03A083</color>
|
||||||
<color name="pizzalemon_light_green">#2ABB9A</color>
|
<color name="pizzalemon_light_green">#CEFFC6</color>
|
||||||
<color name="pizzalemon_dark_green">#0B705B</color>
|
<color name="pizzalemon_dark_green">#33512D</color>
|
||||||
<color name="pizzalemon_dark_green_2">#176856</color>
|
<color name="pizzalemon_dark_green_2">#176856</color>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user