Merge "Update SMS mirroring icon to new style." into oc-mr1-dev
diff --git a/res/drawable/ic_compare_arrows_24dp.xml b/res/drawable/ic_sms_mirroring_24dp.xml
similarity index 79%
rename from res/drawable/ic_compare_arrows_24dp.xml
rename to res/drawable/ic_sms_mirroring_24dp.xml
index 361a930..5fe3003 100644
--- a/res/drawable/ic_compare_arrows_24dp.xml
+++ b/res/drawable/ic_sms_mirroring_24dp.xml
@@ -13,7 +13,6 @@
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"
@@ -22,5 +21,5 @@
android:tint="?android:attr/colorControlNormal">
<path
android:fillColor="#FF000000"
- android:pathData="M9.01,14L2,14v2h7.01v3L13,15l-3.99,-4v3zM14.99,13v-3L22,10L22,8h-7.01L14.99,5L11,9l3.99,4z"/>
+ android:pathData="M20,2C21.1,2 22,2.9 22,4L22,16C22,17.1 21.1,18 20,18L6,18L2,22L2.01,4C2.01,2.9 2.9,2 4,2L20,2ZM8,8L4,12L8,16L8,13L14,13L14,11L8,11L8,8ZM19.666,7.872L16.038,4.372L16.038,6.997L10,6.997L10,9L16.038,9L16.038,11.372L19.666,7.872Z"/>
</vector>
diff --git a/res/xml/connected_devices.xml b/res/xml/connected_devices.xml
index 4ca92bf..1099672 100644
--- a/res/xml/connected_devices.xml
+++ b/res/xml/connected_devices.xml
@@ -41,7 +41,7 @@
<Preference
android:key="sms_mirroring"
android:title="@string/sms_mirroring_pref"
- android:icon="@drawable/ic_compare_arrows_24dp"
+ android:icon="@drawable/ic_sms_mirroring_24dp"
android:summary="@string/summary_placeholder"
android:order="-3"/>