apptentive / apptentive-android

Apptentive Android SDK
http://www.apptentive.com
BSD 3-Clause "New" or "Revised" License
65 stars 64 forks source link

@style/ApptentiveTheme.Light does not exist #106

Closed mrhether closed 9 years ago

mrhether commented 9 years ago

But @style/ApptentiveTheme does.

The integration guide mentions @style/ApptentiveTheme.Light.

skykelsey commented 9 years ago

Hello Mark, You are right, the correct theme to use is @style/ApptentiveTheme if you want a light theme, or @style/ApptentiveTheme.Dark if you want to use a dark theme. I will update the documentation.

mrhether commented 9 years ago

Cool just an fyi :)