[Provider Model] Modify the icon's color of MobileNetworkSummaryController's
Bug: 172229551
Test: manual
Change-Id: I9f40c368e44098b45043316dd1e45d35a5fe1e97
diff --git a/res/drawable/ic_sim_card.xml b/res/drawable/ic_sim_card.xml
index c8b81c8..1fc7249 100644
--- a/res/drawable/ic_sim_card.xml
+++ b/res/drawable/ic_sim_card.xml
@@ -14,11 +14,11 @@
limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="20dp"
- android:height="20dp"
- android:viewportWidth="20"
- android:viewportHeight="20"
- android:tint="?attr/colorControlNormal">
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24"
+ android:tint="?android:attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M14.5,2H8L4,6v10.5C4,17.33 4.67,18 5.5,18h9c0.83,0 1.5,-0.67 1.5,-1.5v-13C16,2.67 15.33,2 14.5,2zM14.5,16.5h-9V6.62L8.62,3.5h5.88V16.5z"/>
@@ -40,4 +40,4 @@
<path
android:fillColor="@android:color/white"
android:pathData="M9.25,12h1.5v3h-1.5z"/>
-</vector>
\ No newline at end of file
+</vector>