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 6af383f..55566ef 100644
--- a/fmapp2/AndroidManifest.xml
+++ b/fmapp2/AndroidManifest.xml
@@ -45,11 +45,13 @@
     <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"/>
     <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS" />
     <uses-sdk android:minSdkVersion="28"  android:targetSdkVersion="28"/>
+
     <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"
@@ -62,6 +64,7 @@
             android:screenOrientation="portrait"
             android:allowTaskReparenting="true"
             android:launchMode="singleTask"
+            android:theme="@style/FMTheme"
             android:configChanges="keyboardHidden|orientation|screenSize"
             android:excludeFromRecents="false" >
 
@@ -84,6 +87,7 @@
         </receiver>
 
         <activity android:name=".Settings"
+            android:theme="@style/FMTheme"
             android:label="@string/menu_settings">
 
             <intent-filter>