Description[Android] Generate v14 style resource from values-v17/ not values/.
If styles.xml has paddingStart and exists in values/, it will cause
crashes on Galaxy Tab&Note because style resources are not overrided by
the generated styles.xml (generate_v14_compatible_resources.py), which is to
avoid crashes on Galaxy Tab&Note (crbug.com/235118). So make
generate_v14_compatible_resource.py use styles.xml under values-v17/ not values/
BUG=243952
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202812
Patch Set 1 #Patch Set 2 : Removed two unnecessary empty lines. #Patch Set 3 : Removed an unused import. (import re) #
Total comments: 16
Patch Set 4 : fixed newt's comments #
Total comments: 2
Patch Set 5 : put space after the comma #Patch Set 6 : put space after another comma #Messages
Total messages: 10 (0 generated)
|