Llamabagel / transpo-android

Route 613 Android app (re-write)
MIT License
1 stars 2 forks source link

Bottom Bar color on devices running SDK < 24 #47

Open dellisd opened 5 years ago

dellisd commented 5 years ago

Older devices don't support light coloured navigation bars. They should default to black (unless we opt for a full-colour option).

GustavoSanMartin commented 5 years ago

@dellisd Could we just make it sdk 23 so we don't have to have a styles, styles-23, AND a styles-24?

dellisd commented 5 years ago

sdk < 24 == sdk <= 23 We only need to override the styles-23

GustavoSanMartin commented 5 years ago

ah quick maths