Commit ab326dc2 authored by Max Lv's avatar Max Lv

Update header background

parent 5c8f6189
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item> <item>
<shape android:shape="rectangle"> <shape android:shape="rectangle">
<solid android:color="@color/material_blue_grey_300" /> <solid android:color="@color/material_primary_300" />
<corners android:radius="4dp"/> <corners android:radius="4dp"/>
</shape> </shape>
</item> </item>
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
app:layout_anchor="@+id/stat"> app:layout_anchor="@+id/stat">
<android.support.design.widget.FloatingActionButton android:id="@+id/fab" android:layout_width="wrap_content" <android.support.design.widget.FloatingActionButton android:id="@+id/fab" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
app:backgroundTint="@color/material_blue_grey_700" app:backgroundTint="@color/material_primary_500"
app:srcCompat="@drawable/ic_start_idle" app:srcCompat="@drawable/ic_start_idle"
app:pressedTranslationZ="6dp" app:borderWidth="0dp" /> app:pressedTranslationZ="6dp" app:borderWidth="0dp" />
</com.github.jorgecastilloprz.FABProgressCircle> </com.github.jorgecastilloprz.FABProgressCircle>
......
...@@ -168,7 +168,7 @@ class MainActivity extends Activity with ServiceBoundContext with Drawer.OnDrawe ...@@ -168,7 +168,7 @@ class MainActivity extends Activity with ServiceBoundContext with Drawer.OnDrawe
private var rxText: TextView = _ private var rxText: TextView = _
private var txRateText: TextView = _ private var txRateText: TextView = _
private var rxRateText: TextView = _ private var rxRateText: TextView = _
private lazy val greyTint = ContextCompat.getColorStateList(this, R.color.material_blue_grey_700) private lazy val greyTint = ContextCompat.getColorStateList(this, R.color.material_primary_500)
private lazy val greenTint = ContextCompat.getColorStateList(this, R.color.material_green_700) private lazy val greenTint = ContextCompat.getColorStateList(this, R.color.material_green_700)
val handler = new Handler() val handler = new Handler()
......
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