I wanted to ask how to change the app icon of my app on a Galaxy S7 running on Android Nougat (see attached screenshot) to fill the whole icon space. Is there a way to do this?
EDIT: I think it's because these apps have square icons and mine is circular. Is there a way to make it square for Galaxy S7 Nougat devices and for all others round?
Touch and hold the app you want to remove, and then tap Remove from Home.
As mentioned above, screen zoom is different from font size. Actually, it solves the problem that font size cannot handle. Font size only can affect the size of “adjustable” text. But unfortunately, size of some texts in Android is not adjustable through font size, including, notifications, lock screen text.
You can disable this by adding a meta-data element to your manifest:
<application>
<meta-data android:name="com.samsung.android.icon_container.has_icon_container" android:value="true"/>
</application>
This solution is only for user's end:
Go to settings -> display -> icon frames -> icon only. This should change the icons into full size icons.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With