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:
@@ -15,7 +15,14 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/ic_sim_sd"
|
||||
android:tint="?android:attr/colorControlNormal" />
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24.0dp"
|
||||
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>
|
||||
|
Reference in New Issue
Block a user