Skip to content
Open

x #30

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
b6a9fa5
Update dashboard_categories.xml
lozo2010 Jun 10, 2015
b0f0c09
Algunos cambios
Moludos Jun 10, 2015
3fc4831
Algunos cambios
Moludos Jun 10, 2015
caeede8
AddMenuNuclear
Moludos Jun 10, 2015
09b0e46
Update
lozo2010 Jun 10, 2015
5ed06a1
Update slim_strings.xml
lozo2010 Jun 10, 2015
80df245
Update slim_strings.xml
lozo2010 Jun 10, 2015
25891bd
Merge pull request #1 from SlimRoms/lp5.1
Moludos Jun 20, 2015
7dbb019
Layers 2.1 (backwards compatible)
camcory Apr 10, 2015
f6eb6a6
Exposing Settings backgrounds for more theming options, while not imp…
May 2, 2015
e1b5c88
Fix subsettings FC
camcory Apr 14, 2015
7be313c
layers
Moludos Jun 20, 2015
e8dd73c
Settings: Add screen color settings
Jan 8, 2014
d226ce7
AddGestureAnywhere
lozo2010 Jun 22, 2015
fdbe87a
Merge branch 'lp5.1' of https://github.com/TeamNuclear/packages_apps_…
lozo2010 Jun 22, 2015
7308df6
screen colors
Moludos Jun 22, 2015
99497b7
Merge branch 'lp5.1' of https://github.com/TeamNuclear/packages_apps_…
Moludos Jun 22, 2015
042e91c
AddNetworkTraffic
lozo2010 Jun 22, 2015
434459f
Added SystemUI to notification app list.
victorlapin Jun 14, 2015
2e34c25
[2/2] Display cursor buttons in navigation bar while typing.
kagwind Jun 4, 2015
01cb6d7
Settings: Bringup expanded desktop and implement per-user configuration.
mik9 Nov 17, 2014
3d67e54
Settings: Bringup expanded desktop and implement per-user configuration.
mik9 Nov 17, 2014
029b4d9
Settings: Fix off-by-one SectionIndexer in Expanded Desktop.
Jan 28, 2015
4d22d3b
Update
lozo2010 Jun 30, 2015
1ea4f5a
Golbal menu, and some fixes
Moludos Jun 30, 2015
e79961c
Merge branch 'lp5.1' of https://github.com/TeamNuclear/packages_apps_…
Moludos Jun 30, 2015
5d95a92
Add ScreenRecorder 2/4
Moludos Jul 2, 2015
9492c64
Unlink notification ring
lozo2010 Jul 3, 2015
c533425
Add HeadsUp on/off, blaklist...2/2
Moludos Jul 3, 2015
2db7814
Merge branch 'lp5.1' of https://github.com/TeamNuclear/packages_apps_…
Moludos Jul 3, 2015
a5c37c7
Add toast animation 2/2
Moludos Jul 7, 2015
c8c3b70
Add TeloRadio
lozo2010 Jul 8, 2015
71f3ebb
Update telo_radio_settings.xml
lozo2010 Jul 8, 2015
2704a52
Update
lozo2010 Jul 9, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 88 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@
<uses-permission android:name="android.permission.HARDWARE_ABSTRACTION_ACCESS" />


<!-- Heads up -->
<uses-permission android:name="android.permission.CHANGE_HEADS_UP_STATE" />

<application android:label="@string/settings_label"
android:icon="@mipmap/ic_launcher_settings"
android:taskAffinity=""
Expand Down Expand Up @@ -122,6 +119,29 @@
</intent-filter>
</activity-alias>

<!-- Slim Shortcuts -->
<activity
android:name="CreateSlimShortcut"
android:label="@string/slim_shortcut_picker"
android:theme="@android:style/Theme.Material.Dialog.NoActionBar"
android:excludeFromRecents="true"
android:configChanges="orientation|keyboardHidden|screenSize" >
<intent-filter>
<action android:name="android.intent.action.CREATE_SHORTCUT" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>

<activity
android:name=".slim.SlimActionShortcut"
android:theme="@android:style/Theme.NoDisplay"
android:excludeFromRecents="true"
android:launchMode="singleInstance" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>
</activity>

<receiver android:name="ManagedProfileSetup">
<intent-filter>
<action android:name="android.intent.action.USER_INITIALIZE"/>
Expand Down Expand Up @@ -535,6 +555,47 @@
android:resource="@id/language_settings" />
</activity>

<!-- Nuclear Settings -->
<activity android:name="Settings$MainSettingsActivity"
android:label="@string/nuclear_settings_title"
android:taskAffinity="">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
android:value="com.android.settings.nuclear.MainSettings" />
</activity>

<activity

android:name=".nuclear.MainSettings" />

<!--animaciones-->

<!-- Nuclear Settings -->
<activity android:name="Settings$MainSettingsActivity"
android:label="@string/animaciones_settings_title"
android:taskAffinity="">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
android:value="com.android.settings.nuclear.animaciones.animaciones" />
</activity>

<activity

android:name=".nuclear.animaciones.animaciones" />

<activity
android:name=".aicp.WakeLockBlocker"
android:label="@string/wakelock_blocker_title" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>
</activity>
<!-- Keep compatibility with old shortcuts. -->
<activity-alias android:name="LanguageSettings"
android:label="@string/language_keyboard_settings_title"
Expand Down Expand Up @@ -1835,6 +1896,9 @@
android:resource="@id/display_settings" />
</activity-alias>

<!-- "Blacklist settings" UI, used only on voice-capable phone devices. -->
<activity android:name=".headsup.HeadsUpSettings" />

<!-- "Blacklist settings" UI, used only on voice-capable phone devices. -->
<activity android:name="Settings$BlacklistSettingsActivity"
android:uiOptions="splitActionBarWhenNarrow"
Expand Down Expand Up @@ -2100,6 +2164,10 @@
android:resource="@id/notification_settings" />
</activity>





<!-- Show regulatory info (from settings item or dialing "*#07#") -->
<activity android:name="RegulatoryInfoDisplayActivity"
android:label="@string/regulatory_information"
Expand All @@ -2113,6 +2181,9 @@
android:value="true" />
</activity>

<activity android:name=".nuclear.gestureanywhere.GestureAnywhereBuilderActivity" />
<activity android:name=".nuclear.gestureanywhere.GestureAnywhereCreateGestureActivity" />

<activity android:name=".cyanogenmod.PrivacySettings" />
<activity android:name=".notificationlight.NotificationLightSettings" />
<activity android:name=".notificationlight.BatteryLightSettings" />
Expand All @@ -2134,6 +2205,20 @@
<meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info" />
</receiver>

<!-- Expanded desktop settings activity. -->
<activity android:name="Settings$ExpandedDesktopSettingsActivity"
android:label="@string/power_menu_expanded_desktop"
android:excludeFromRecents="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
android:value="com.android.settings.applications.ExpandedDesktopPreferenceFragment" />
<meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID"
android:resource="@id/interface_settings" />
</activity>

<receiver android:name=".bluetooth.BluetoothDiscoverableTimeoutReceiver">
<intent-filter>
<action android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" />
Expand Down
22 changes: 22 additions & 0 deletions res/color/secondary_text_material_light.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false"
android:alpha="@*android:dimen/disabled_alpha_material_light"
android:color="@color/text_color_secondary_text_material_light"/>
<item android:color="@color/text_color_secondary_text_material_light"/>
</selector>
Binary file added res/drawable-hdpi/ic_call_mute_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/ic_call_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/ic_lock_screen_record.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/ic_menu_save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/ic_settings_performance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-hdpi/ic_settings_privacy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-hdpi/ic_settings_privacy_guard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/ic_settings_teloradio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/ic_call_mute_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/ic_call_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/ic_lock_screen_record.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/ic_menu_save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/ic_settings_performance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-mdpi/ic_settings_privacy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/ic_bitsyko_layers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/ic_call_mute_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/ic_call_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/ic_lock_screen_record.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/ic_menu_save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/ic_nuclear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/ic_settings_performance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-xhdpi/ic_settings_privacy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-xhdpi/ic_settings_privacy_guard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/ic_settings_teloradio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xxhdpi/ic_bitsyko_layers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xxhdpi/ic_call_mute_white.png
Binary file added res/drawable-xxhdpi/ic_call_white.png
Binary file added res/drawable-xxhdpi/ic_lock_screen_record.png
Binary file added res/drawable-xxhdpi/ic_menu_save.png
Binary file added res/drawable-xxhdpi/ic_nuclear.png
Binary file added res/drawable-xxhdpi/ic_settings_performance.png
Binary file modified res/drawable-xxhdpi/ic_settings_privacy.png
Binary file modified res/drawable-xxhdpi/ic_settings_privacy_guard.png
Binary file added res/drawable-xxxhdpi/ic_bitsyko_layers.png
Binary file added res/drawable-xxxhdpi/ic_lock_screen_record.png
Binary file added res/drawable-xxxhdpi/ic_nuclear.png
Binary file added res/drawable-xxxhdpi/ic_settings_privacy.png
Binary file added res/drawable/activities_icon.png
12 changes: 12 additions & 0 deletions res/drawable/dashboard_background_exposed.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>

<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">

<solid android:color="@color/exposed_bg_dark" />

</shape>
</item>
</layer-list>

19 changes: 19 additions & 0 deletions res/drawable/expanded_close_bg.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2012-2015 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="#40607D8B">
</ripple>
21 changes: 21 additions & 0 deletions res/drawable/expanded_item_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The CyanogenMod Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_activated="true" android:drawable="@drawable/expanded_item_bg_activated" />
<item android:state_activated="false" android:drawable="@drawable/expanded_item_bg" />
</selector>

27 changes: 27 additions & 0 deletions res/drawable/ic_settings_extdesk_hideboth.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2012-2015 The CyanogenMod Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">

<path
android:fillColor="#039588"
android:pathData="M18,4v16H6V4H18
M18,2H6C4.9,2,4,2.9,4,4v16c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V4C20,2.9,19.1,2,18,2L18,2Z" />
</vector>
27 changes: 27 additions & 0 deletions res/drawable/ic_settings_extdesk_hidenavbar.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2012-2015 The CyanogenMod Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">

<path
android:fillColor="#039588"
android:pathData="M18,20H6V8h12V20Z
M18,2H6C4.9,2,4,2.9,4,4v16c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V4C20,2.9,19.1,2,18,2L18,2z" />
</vector>
27 changes: 27 additions & 0 deletions res/drawable/ic_settings_extdesk_hidenone.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2012-2015 The CyanogenMod Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">

<path
android:fillColor="#039588"
android:pathData="M6,8h12v8H6V8Z
M6,22h12c1.1,0,2-0.9,2-2V4c0-1.1-0.9-2-2-2H6C4.9,2,4,2.9,4,4v16C4,21.1,4.9,22,6,22L6,22z" />
</vector>
27 changes: 27 additions & 0 deletions res/drawable/ic_settings_extdesk_hidestatusbar.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2012-2015 The CyanogenMod Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">

<path
android:fillColor="#039588"
android:pathData="M6,4h12v12H6V4Z
M6,22h12c1.1,0,2-0.9,2-2V4c0-1.1-0.9-2-2-2H6C4.9,2,4,2.9,4,4v16C4,21.1,4.9,22,6,22L6,22z" />
</vector>
29 changes: 29 additions & 0 deletions res/drawable/ic_settings_gestures.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2015 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">

<path
android:fillColor="#039588"
android:pathData="M4.7,6.9c0.7-0.7,1.4-1.4,1.7-1.2c0.5,0.2,0,1-0.3,1.5c-0.2,0.4-2.8,3.9-2.8,6.3c0,1.3,0.5,2.3,1.3,3
c0.7,0.6,1.7,0.7,2.6,0.5c1.1-0.3,1.9-1.4,3-2.8c1.2-1.5,2.8-3.4,4-3.4c1.6,0,1.6,1,1.7,1.8c-3.7,0.6-5.3,3.7-5.3,5.4
s1.4,3.1,3.2,3.1c1.6,0,4.3-1.3,4.6-6.1H21v-2.5h-2.4c-0.1-1.7-1.1-4.2-4-4.2c-2.2,0-4.1,1.9-4.9,2.8c-0.6,0.7-2,2.5-2.3,2.7
c-0.2,0.3-0.7,0.8-1.1,0.8c-0.4,0-0.7-0.8-0.4-1.9c0.3-1.1,1.4-2.9,1.8-3.5C8.5,8,9.1,7.2,9.1,5.9C9.1,3.7,7.4,3,6.6,3
C5.3,3,4.1,4,3.9,4.3C3.5,4.6,3.2,4.9,3,5.2L4.7,6.9z
M13.9,18.6c-0.3,0-0.7-0.3-0.7-0.7c0-0.6,0.7-2.2,2.8-2.8
C15.8,17.8,14.6,18.6,13.9,18.6z" />
</vector>
16 changes: 16 additions & 0 deletions res/drawable/ring_ring.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!--
Copyright (C) 2014 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- shrink ic_audio_ring_notif from 32dp to 24dp using insets -->
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_call_white"
android:tint="?android:attr/colorControlNormal" />
15 changes: 15 additions & 0 deletions res/drawable/ring_ring_mute.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!--
Copyright (C) 2014 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_call_mute_white"
android:tint="?android:attr/colorControlNormal" />
Loading