Search code examples
androidandroid-launcher

Remove Hotseat (app dock) in android nougat launcher


I want to remove hotseat (app dock) in homescreen view, i was trying to edit launcher.xml, launcher.java, hotseat.xml, hotseat.java, but nothing changed. do u have any idea ??


Solution

  • I solved this with changing the following line in file \res\values\dimens.xml

    <dimen name="dynamic_grid_hotseat_height">88.0dip</dimen>