FM: materialize

* Update colors
* Vectors
* Off state messages

Change-Id: I0186edda6c408fcde3dd98cd886ced775adbd938
Signed-off-by: linuxx <joey@cyanogenmoditalia.it>

FM: Use some sane colors

Pink color on dark background? No thanks!

Change-Id: Ie5a0129c1210aa52deb302c272a7a515a7b27ff9
diff --git a/fmapp2/AndroidManifest.xml b/fmapp2/AndroidManifest.xml
index 57bc67e..40627a3 100644
--- a/fmapp2/AndroidManifest.xml
+++ b/fmapp2/AndroidManifest.xml
@@ -51,11 +51,13 @@
     <uses-permission android:name="android.permission.CAPTURE_AUDIO_OUTPUT" />
     <uses-permission android:name="android.permission.CAPTURE_AUDIO_HOTWORD" />
     <uses-permission android:name="android.permission.MANAGE_USERS"/>
+
     <application
         android:icon="@drawable/ic_launcher_fmradio"
         android:label="@string/app_name"
         android:allowTaskReparenting="true"
         android:taskAffinity="com.caf.task.fmradio"
+        android:theme="@style/FMTheme"
         android:name=".FMAdapterApp">
 
         <uses-library android:name="qcom.fmradio"
@@ -68,6 +70,7 @@
             android:screenOrientation="portrait"
             android:allowTaskReparenting="true"
             android:launchMode="singleTask"
+            android:theme="@style/FMTheme"
             android:configChanges="keyboardHidden|orientation|screenSize"
             android:excludeFromRecents="false" >
 
@@ -90,6 +93,7 @@
         </receiver>
 
         <activity android:name=".Settings"
+            android:theme="@style/FMTheme"
             android:label="@string/menu_settings">
 
             <intent-filter>