Skip to content

Commit

Permalink
Merge pull request #13422 from woocommerce/feature/udpate-app-logo-size
Browse files Browse the repository at this point in the history
Update app logo size
  • Loading branch information
irfano authored Jan 30, 2025
2 parents 31671f1 + 9c4e4a0 commit 118e164
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WooCommerce/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<group
android:pivotX="54"
android:pivotY="54"
android:scaleX="0.7213954"
android:scaleY="0.7213954">
android:scaleX="0.61"
android:scaleY="0.61">
<group>
<clip-path android:pathData="M11,43h85.57v22.21h-85.57z" />
<path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
android:pivotX="54"
android:pivotY="54"
android:rotation="180"
android:scaleX="0.7213954"
android:scaleY="0.7213954">
android:scaleX="0.61"
android:scaleY="0.61">
<clip-path android:pathData="M11,43h85.57v22.21h-85.57z" />
<path
android:fillColor="#ffffff"
Expand Down

0 comments on commit 118e164

Please sign in to comment.