Merge "Update SMS mirroring icon to new style." into oc-mr1-dev

This commit is contained in:
TreeHugger Robot
2017-08-09 15:54:19 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 3 deletions

View File

@@ -13,7 +13,6 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
@@ -22,5 +21,5 @@
android:tint="?android:attr/colorControlNormal"> android:tint="?android:attr/colorControlNormal">
<path <path
android:fillColor="#FF000000" 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> </vector>

View File

@@ -41,7 +41,7 @@
<Preference <Preference
android:key="sms_mirroring" android:key="sms_mirroring"
android:title="@string/sms_mirroring_pref" 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:summary="@string/summary_placeholder"
android:order="-3"/> android:order="-3"/>