diff options
| -rw-r--r-- | AndroidManifest.xml | 17 | ||||
| -rw-r--r-- | assets/themes.xml | 40 |
2 files changed, 0 insertions, 57 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 45f9665..6d3f902 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -49,23 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> - <activity - android:name=".weather" - android:label="LockClock (mono)" > - <intent-filter> - <action android:name="org.omnirom.WeatherIconPack" /> - <category android:name="android.intent.category.DEFAULT" /> - </intent-filter> - </activity> - - <activity - android:name=".weather_color" - android:label="LockClock (color)" > - <intent-filter> - <action android:name="org.omnirom.WeatherIconPack" /> - <category android:name="android.intent.category.DEFAULT" /> - </intent-filter> - </activity> <activity android:name=".nature" diff --git a/assets/themes.xml b/assets/themes.xml deleted file mode 100644 index e2e567e..0000000 --- a/assets/themes.xml +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2018 The OmniROM Project - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - --> - -<themes> - <theme name="Pink" accent="org.omnirom.theme.accent.pink" - thumbnail="thumbnail_slutty_pink.png" notification="org.omnirom.theme.notification.primary" - primary="org.omnirom.theme.primary.darkblue"/> - <theme name="Demon Red" accent="org.omnirom.theme.accent.demonred" - thumbnail="thumbnail_demon_red.png" notification="org.omnirom.theme.notification.primary" - primary="org.omnirom.theme.primary.almostblack"/> - <theme name="Sky Blue" accent="org.omnirom.theme.accent.skyblue" - thumbnail="thumbnail_sky_blue.png" notification="org.omnirom.theme.notification.primary" - primary="org.omnirom.theme.primary.darkblue"/> - <theme name="Light Green" accent="org.omnirom.theme.accent.lightgreen" - thumbnail="thumbnail_light_green.png" notification="org.omnirom.theme.notification.primary" - primary="org.omnirom.theme.primary.omni"/> - <theme name="Omni" accent="org.omnirom.theme.accent.omni" - thumbnail="thumbnail_omni.png" notification="org.omnirom.theme.notification.primary" - primary="org.omnirom.theme.primary.omni"/> - <theme name="Zero Zero" accent="org.omnirom.theme.accent.white" - thumbnail="thumbnail_zero_zero.png" notification="org.omnirom.theme.notification.primary" - primary="org.omnirom.theme.primary.black"/> - <theme name="Black And YellO" accent="org.omnirom.theme.accent.yellow" - thumbnail="thumbnail_black_yellow.png" notification="org.omnirom.theme.notification.primary" - primary="org.omnirom.theme.primary.black"/> -</themes> |
