diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable/ic_action_dsp_icons_lineout.xml | 29 | ||||
-rw-r--r-- | res/values/cm_strings.xml | 2 |
2 files changed, 31 insertions, 0 deletions
diff --git a/res/drawable/ic_action_dsp_icons_lineout.xml b/res/drawable/ic_action_dsp_icons_lineout.xml new file mode 100644 index 0000000..ab04210 --- /dev/null +++ b/res/drawable/ic_action_dsp_icons_lineout.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (c) 2016 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="#CCFFFFFF" + android:pathData="M17 2H7c-1.1 0-2 .9-2 2v16c0 1.1 .9 1.99 2 1.99L17 22c1.1 0 2-.9 +2-2V4c0-1.1-.9-2-2-2zm-5 2c1.1 0 2 .9 2 2s-.9 2-2 2c-1.11 0-2-.9-2-2s.89-2 +2-2zm0 16c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 +1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z" /> +</vector>
\ No newline at end of file diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index d22a7f0..1770f5c 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -54,6 +54,8 @@ <string name="device_usb">USB</string> <string name="device_bluetooth">Bluetooth</string> <string name="device_wireless">Wireless</string> + <string name="device_line_out">Line out</string> + <string name="reverb">Reverb</string> <string name="eq_preset">Equalizer preset</string> |