summaryrefslogtreecommitdiffstats
path: root/fmapp2/res
diff options
context:
space:
mode:
authorlinuxxxxx <joey@cyanogenmoditalia.it>2015-04-08 13:45:36 +0200
committerMatt Wagantall <mwagantall@cyngn.com>2016-02-19 14:07:44 -0800
commitd6e574c8757ab82e74ce1a3a716be2cdb255daa0 (patch)
tree8a99e815f3c9fbecd4d50bdf622c484aa6c1f41f /fmapp2/res
parent57acd44f5e3ab0d6c9ee16bf54fde960908669ec (diff)
downloadandroid_hardware_qcom_fm-d6e574c8757ab82e74ce1a3a716be2cdb255daa0.tar.gz
android_hardware_qcom_fm-d6e574c8757ab82e74ce1a3a716be2cdb255daa0.tar.bz2
android_hardware_qcom_fm-d6e574c8757ab82e74ce1a3a716be2cdb255daa0.zip
FM2: missing materialization changes
Change-Id: I7d80a889cfecda0deb2916cb0d514dac3d92dc9d Signed-off-by: linuxxxxx <joey@cyanogenmoditalia.it>
Diffstat (limited to 'fmapp2/res')
-rw-r--r--fmapp2/res/drawable/seeker.pngbin2764 -> 2617 bytes
-rw-r--r--fmapp2/res/layout/action_bar.xml2
-rw-r--r--fmapp2/res/layout/fmradio.xml3
-rw-r--r--fmapp2/res/values/colors.xml7
-rw-r--r--fmapp2/res/values/styles.xml8
5 files changed, 11 insertions, 9 deletions
diff --git a/fmapp2/res/drawable/seeker.png b/fmapp2/res/drawable/seeker.png
index 20ce782..9babc55 100644
--- a/fmapp2/res/drawable/seeker.png
+++ b/fmapp2/res/drawable/seeker.png
Binary files differ
diff --git a/fmapp2/res/layout/action_bar.xml b/fmapp2/res/layout/action_bar.xml
index e5952b2..75c8628 100644
--- a/fmapp2/res/layout/action_bar.xml
+++ b/fmapp2/res/layout/action_bar.xml
@@ -17,7 +17,7 @@
<TextView android:id="@+id/title"
android:paddingLeft="10dp"
android:textSize="18sp"
- android:textColor="#fafafa"
+ android:textColor="@color/white"
android:textAllCaps="true"
android:textStyle="bold"
android:layout_width="wrap_content"
diff --git a/fmapp2/res/layout/fmradio.xml b/fmapp2/res/layout/fmradio.xml
index 3d13e76..791769e 100644
--- a/fmapp2/res/layout/fmradio.xml
+++ b/fmapp2/res/layout/fmradio.xml
@@ -57,7 +57,8 @@
<ImageView
android:src="@drawable/seeker"
android:layout_width="match_parent"
- android:layout_height="match_parent"/>
+ android:layout_height="match_parent"
+ android:visibility="gone"/>
</RelativeLayout>
diff --git a/fmapp2/res/values/colors.xml b/fmapp2/res/values/colors.xml
index 64f659a..c783270 100644
--- a/fmapp2/res/values/colors.xml
+++ b/fmapp2/res/values/colors.xml
@@ -3,9 +3,10 @@
<color name="favorite_button_normal">#4DB6AC</color>
<color name="favorite_button_active">#673AB7</color>
<color name="background_color">#4DB6AC</color>
- <color name="picker_background_color">@color/primary_dark</color>
+ <color name="picker_background_color">@color/primary</color>
+ <color name="white">#fafafa</color>
<!-- Material -->
- <color name="primary">#009688</color>
- <color name="primary_dark">#00796B</color>
+ <color name="primary">#00796B</color>
+ <color name="primary_dark">#004D40</color>
<color name="accent">#673AB7</color>
</resources>
diff --git a/fmapp2/res/values/styles.xml b/fmapp2/res/values/styles.xml
index 39b2d3c..a53ced9 100644
--- a/fmapp2/res/values/styles.xml
+++ b/fmapp2/res/values/styles.xml
@@ -48,7 +48,7 @@
<item name="android:layout_width">80dp</item>
<item name="android:layout_height">match_parent</item>
<item name="android:textSize">18sp</item>
- <item name="android:textColor">#004D40</item>
+ <item name="android:textColor">@color/white</item>
<item name="android:background">@drawable/preset_button_background</item>
<item name="android:singleLine">true</item>
<item name="android:text">@string/add_station</item>
@@ -60,7 +60,7 @@
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:textSize">18sp</item>
- <item name="android:textColor">#004D40</item>
+ <item name="android:textColor">@color/white</item>
<item name="android:background">@drawable/preset_button_background</item>
<item name="android:singleLine">true</item> </style>
@@ -69,7 +69,7 @@
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:textSize">18sp</item>
- <item name="android:textColor">#004D40</item>
+ <item name="android:textColor">@color/white</item>
<item name="android:background">@drawable/preset_button_background</item>
<item name="android:singleLine">true</item>
</style>
@@ -79,7 +79,7 @@
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:textSize">18sp</item>
- <item name="android:textColor">#004D40</item>
+ <item name="android:textColor">@color/white</item>
<item name="android:background">@drawable/preset_button_background</item>
<item name="android:singleLine">true</item>
</style>