Created
May 3, 2017 02:07
-
-
Save josh-burton/341616b3c4d4b584a5e4b5ad9ab35e83 to your computer and use it in GitHub Desktop.
Prevent TouchWiz from surrounding your app icon in a frame
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Prevents TouchWiz from surrounding your app icon in a frame --> | |
<!-- Add to your manifest inside the application tag --> | |
<meta-data | |
android:name="com.samsung.android.icon_container.has_icon_container" | |
android:value="true"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment