How to remove default layout's padding/margin

后端 未结 2 1869
渐次进展
渐次进展 2020-12-11 04:14

I have the following layout files:

activity_main.xml



        
2条回答
  •  春和景丽
    2020-12-11 04:42

    Go into this file res/values/dimens.xml and change the values to 0dp just like in the code below.

    0dp
    0dp
    

提交回复
热议问题