Skip to content

Commit 405751a

Browse files
committed
ic_enterprise_blue icon should be larger
Change-Id: I5328269a689b6f185ec1272bfc0aeac4d735f5f2
1 parent f298415 commit 405751a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/main/res/drawable/ic_enterprise_blue.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<vector xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:width="24dp"
4-
android:height="24dp"
3+
android:width="32dp"
4+
android:height="32dp"
55
android:viewportHeight="24"
6-
android:tint="#4285F4"
7-
android:viewportWidth="24">
6+
android:viewportWidth="24"
7+
android:tint="#4285F4">
88

99
<path android:pathData="M0 0h24v24H0V0z" />
1010
<path

0 commit comments

Comments
 (0)