Commit a1ee6884 authored by Willard's avatar Willard

Change accent color, minor UI changes

parent 5ee9eb0b
...@@ -146,6 +146,8 @@ ...@@ -146,6 +146,8 @@
android:id="@+id/price_range_bar" android:id="@+id/price_range_bar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
rsb:absoluteMaxValue="300" rsb:absoluteMaxValue="300"
rsb:absoluteMinValue="0" rsb:absoluteMinValue="0"
rsb:textAboveThumbsColor="#000000"/> rsb:textAboveThumbsColor="#000000"/>
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
<resources> <resources>
<color name="colorPrimary">#3f51b5</color> <color name="colorPrimary">#3f51b5</color>
<color name="colorPrimaryDark">#303F9F</color> <color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color> <color name="colorAccent">#3100FF</color>
</resources> </resources>
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