Mercurial > cgi-bin > hgwebdir.cgi > FriendStream > ASProto
view app/src/main/res/values/attrs.xml @ 2:3485a304a057
adding new branch with the original tutorial code -- later merge to main and mod
| author | kshalle |
|---|---|
| date | Thu, 23 Apr 2015 10:53:54 -0700 |
| parents | |
| children |
line source
1 <resources>
3 <!-- Declare custom theme attributes that allow changing which styles are
4 used for button bars depending on the API level.
5 ?android:attr/buttonBarStyle is new as of API 11 so this is
6 necessary to support previous API levels. -->
7 <declare-styleable name="ButtonBarContainerTheme">
8 <attr name="metaButtonBarStyle" format="reference" />
9 <attr name="metaButtonBarButtonStyle" format="reference" />
10 </declare-styleable>
12 </resources>
