Commit 4d8632da authored by Varun Patil's avatar Varun Patil

Fix some colors

parent d347495c
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
android:shape="rectangle"> android:shape="rectangle">
<gradient <gradient
android:angle="135" android:angle="135"
android:centerColor="#009688" android:centerColor="#536dfe"
android:endColor="#00695C" android:endColor="#536dfe"
android:startColor="#4DB6AC" android:startColor="#536dfe"
android:type="linear" /> android:type="linear" />
</shape> </shape>
\ No newline at end of file
...@@ -30,14 +30,15 @@ ...@@ -30,14 +30,15 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="#EEEEEE" android:background="#EEEEEE"
android:src="@drawable/ic_input_add" /> android:src="@drawable/ic_input_add"
android:tint="@android:color/black" />
</RelativeLayout> </RelativeLayout>
<EditText <EditText
android:id="@+id/et_eventName" android:id="@+id/et_eventName"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="#81d2cb" android:background="@color/colorPrimary"
android:hint="Event Name" android:hint="Event Name"
android:padding="16dp" android:padding="16dp"
android:paddingBottom="16dp" android:paddingBottom="16dp"
......
...@@ -59,7 +59,6 @@ ...@@ -59,7 +59,6 @@
</LinearLayout> </LinearLayout>
</android.support.v4.widget.NestedScrollView> </android.support.v4.widget.NestedScrollView>
<android.support.design.widget.FloatingActionButton <android.support.design.widget.FloatingActionButton
...@@ -69,6 +68,7 @@ ...@@ -69,6 +68,7 @@
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:layout_margin="16dp" android:layout_margin="16dp"
android:src="@android:drawable/ic_input_add" /> android:src="@android:drawable/ic_input_add"
android:tint="@android:color/white" />
</RelativeLayout> </RelativeLayout>
\ No newline at end of file
...@@ -25,5 +25,6 @@ ...@@ -25,5 +25,6 @@
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:layout_margin="16dp" android:layout_margin="16dp"
android:src="@android:drawable/ic_input_add" /> android:src="@android:drawable/ic_input_add"
android:tint="@android:color/white" />
</RelativeLayout> </RelativeLayout>
\ No newline at end of file
...@@ -10,5 +10,6 @@ ...@@ -10,5 +10,6 @@
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:layout_margin="16dp" android:layout_margin="16dp"
android:src="@android:drawable/ic_input_add" /> android:src="@android:drawable/ic_input_add"
android:tint="@android:color/white" />
</RelativeLayout> </RelativeLayout>
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:text="Breakfast" android:text="Breakfast"
android:textColor="@color/colorAccent" android:textColor="@color/colorPrimaryDark"
android:textSize="16sp" /> android:textSize="16sp" />
<TextView <TextView
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:text="Lunch" android:text="Lunch"
android:textColor="@color/colorAccent" android:textColor="@color/colorPrimaryDark"
android:textSize="16sp" /> android:textSize="16sp" />
<TextView <TextView
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:text="Tiffin" android:text="Tiffin"
android:textColor="@color/colorAccent" android:textColor="@color/colorPrimaryDark"
android:textSize="16sp" /> android:textSize="16sp" />
<TextView <TextView
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:text="Dinner" android:text="Dinner"
android:textColor="@color/colorAccent" android:textColor="@color/colorPrimaryDark"
android:textSize="16sp" /> android:textSize="16sp" />
<TextView <TextView
......
...@@ -3,7 +3,10 @@ ...@@ -3,7 +3,10 @@
<color name="colorPrimary">#536dfe</color> <color name="colorPrimary">#536dfe</color>
<color name="primaryLightColor">#8f9bff</color> <color name="primaryLightColor">#8f9bff</color>
<color name="colorPrimaryDark">#0043ca</color> <color name="colorPrimaryDark">#0043ca</color>
<color name="colorAccent">#ffd740</color> <color name="colorAccent">#0043ca</color>
<color name="colorSecondary">#ffd740</color>
<color name="secondaryLightColor">#ffff74</color> <color name="secondaryLightColor">#ffff74</color>
<color name="secondaryDarkColor">#c8a600</color> <color name="secondaryDarkColor">#c8a600</color>
<color name="primaryTextColor">#fafafa</color> <color name="primaryTextColor">#fafafa</color>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<!-- Customize your theme here. --> <!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">#ecf833</item> <item name="colorAccent">@color/colorAccent</item>
<item name="android:colorBackground">@android:color/darker_gray</item> <item name="android:colorBackground">@android:color/darker_gray</item>
<item name="android:textColorPrimaryInverse">@android:color/darker_gray</item> <item name="android:textColorPrimaryInverse">@android:color/darker_gray</item>
<item name="android:windowBackground">@android:color/darker_gray</item> <item name="android:windowBackground">@android:color/darker_gray</item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment