Fix icon for sim card in settings

Change-Id: I1e235cad1712343e2990eab114fd2ef383aac77f
Bug: 65574460
Fixes: 65574460
Test: manually build and install Settings apk and open app to check
This commit is contained in:
Ng Zhi An
2017-09-20 15:17:29 -07:00
parent 17acd3d1c8
commit 097f4184fa

View File

@@ -15,7 +15,14 @@
limitations under the License. limitations under the License.
--> -->
<bitmap xmlns:android="http://schemas.android.com/apk/res/android" <vector xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_sim_sd" android:width="24.0dp"
android:tint="?android:attr/colorControlNormal" /> android:height="24.0dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0"
android:tint="?android:attr/colorControlNormal">
<path
android:fillColor="#FFFFFFFF"
android:pathData="M19.99 4c0-1.1-.89-2-1.99-2h-8L4 8v12c0 1.1.9 2 2 2h12.01c1.1 0 1.99-.9 1.99-2l-.01-16zM9 19H7v-2h2v2zm8 0h-2v-2h2v2zm-8-4H7v-4h2v4zm4 4h-2v-4h2v4zm0-6h-2v-2h2v2zm4 2h-2v-4h2v4z"/>
<path android:pathData="M0 0h24v24H0z"/>
</vector>