For more options, visit https://groups.google.com/groups/opt_out.To unsubscribe from this group, send email to openintents...@googlegroups.com.
Visit this group at http://groups.google.com/group/openintents?hl=en.
Hi pjv,
AFAIK, ABS doesn't do GoogleTV, which is a shame, but given the lack of support it has from even Google itself it's to be expected.
Regarding its completeness, I was referring to it vs a new hand written solution. If another solution is already in place in a given project, I as well am against using it (well, at least most of the time).
That being said, I don't think it's going to be hard to use a custom LeftNavBar implementation with ABS, though this is just an assumption based on my previous ABS (minor) customization experience.
Best regards,
George.
To unsubscribe from this group and stop receiving emails from it, send an email to openintents...@googlegroups.com.
To post to this group, send email to openi...@googlegroups.com.
Visit this group at http://groups.google.com/group/openintents.
I pushed a branch "ui_update" in which I tried, as a first step, to move to the v4/v7 libraries. It doesn't quite compile due to a resource conflict -- apparently appcompat defines an attribute named "divider" which is not an integer.
Description Resource Path Location Typeerror: Error: Integer types not allowed (at 'divider' with value '0'). themes.xml /OI Shopping List/res/values line 24 Android AAPT Problemerror: Attribute "divider" has already been defined attr.xml /OI Shopping List/res/values line 38 Android AAPT Problem
I guess we could rename ours, but would that require updating all shipped themes? Any other ideas?