ConnectSDK / Connect-SDK-Android-API-Sampler

Creative Commons Zero v1.0 Universal
24 stars 21 forks source link

Change toast icon string literal into resource #8

Closed dragongears closed 10 years ago

dragongears commented 10 years ago

The maximum length of a Java string literal is 65535 bytes. The string literal for the toast icon is much longer than that and Android Studio complains. I moved it into a string resource and all seems to be well now.

iheart2code commented 10 years ago

Thanks, Art. I'll get this merged into sdk_1.2 today.

reyawn commented 10 years ago

Nice catch. On May 2, 2014 2:47 PM, "Jeremy White" notifications@github.com wrote:

Thanks, Art. I'll get this merged into sdk_1.2 today.

Reply to this email directly or view it on GitHubhttps://github.com/ConnectSDK/Connect-SDK-Android-API-Sampler/pull/8#issuecomment-42064731 .

iheart2code commented 10 years ago

This has been manually merged with the sdk-1.2 branch on commit 4667e147c3f324175bf585053c0091db9fddf3ed.