Fix KitKat OOM when rendering rounded material buttons.

This commit is contained in:
Cody Henthorne
2020-12-11 11:48:41 -05:00
committed by Alan Evans
parent fe01e80af5
commit 2b65482abd
3 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="material_button_full_round_corner_radius">1000dp</dimen>
</resources>