googleads / googleads-mobile-android-native-templates

Apache License 2.0
116 stars 102 forks source link

Use nullable Integer instead of int for typeface color fields. #34

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Use nullable Integer instead of int for typeface color fields.

Replaces the > 0 check with a null check. RGBA values can be negative, so the previous check ignored a lot of colors.