Android Localization

后端 未结 3 1794
北荒
北荒 2021-01-02 03:18

The following code is for changing app locale into Spanish is working fine in some devices, but in some devices it is enlarging (zooming) the views in the app. Does anyone h

3条回答
  •  情书的邮戳
    2021-01-02 04:17

    //you are updating the configuration using the displaymetris

    so it will made changes to your configuration

    getBaseContext().getResources().updateConfiguration(config, getResources().getDisplayMetrics());
    

提交回复
热议问题