GUIDE TO CHANGE DIALER RESOLUTION BASED ON DPI
1. Find and extract the Contacts.apk from your ROMs zip
2. Decompile it using one of the tools like APK Multitool
3. Find the file dimens.xml located in Contacts.apk\res\values-hdpi
4. Open it using Notepad++ and it should look like below:
Now here you need to play with the values given in BOLD., i.e
button_grid_layout_button_width - Increase this for lower DPI value
button_grid_layout_button_height - Increase this for lower DPI value
dialer_search_list_view_max_height - This should be reduced by 3x times the value added to button_grid_layout_button_height
All done.. Save the file then recompile the APK..
Regards Team#A2P
1. Find and extract the Contacts.apk from your ROMs zip
2. Decompile it using one of the tools like APK Multitool
3. Find the file dimens.xml located in Contacts.apk\res\values-hdpi
4. Open it using Notepad++ and it should look like below:
Now here you need to play with the values given in BOLD., i.e
button_grid_layout_button_width - Increase this for lower DPI value
button_grid_layout_button_height - Increase this for lower DPI value
dialer_search_list_view_max_height - This should be reduced by 3x times the value added to button_grid_layout_button_height
All done.. Save the file then recompile the APK..
Regards Team#A2P
0 comments:
Post a Comment