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 9ab68b5..0a39bc1 100644
--- a/fmapp2/AndroidManifest.xml
+++ b/fmapp2/AndroidManifest.xml
@@ -52,12 +52,14 @@
<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:requestLegacyExternalStorage="true"
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"
@@ -70,6 +72,7 @@
android:screenOrientation="portrait"
android:allowTaskReparenting="true"
android:launchMode="singleTask"
+ android:theme="@style/FMTheme"
android:configChanges="keyboardHidden|orientation|screenSize"
android:excludeFromRecents="false"
android:exported="true" >
@@ -95,6 +98,7 @@
<activity android:name=".Settings"
android:exported="true"
+ android:theme="@style/FMTheme"
android:label="@string/menu_settings">
<intent-filter>