Mercurial > cgi-bin > hgwebdir.cgi > FriendStream > ASProto
annotate app/src/main/res/values/attrs.xml @ 1:bae640f518e4
Adding auto generated project files, plus Activity code
| author | kshalle |
|---|---|
| date | Mon, 20 Apr 2015 17:11:10 +0300 |
| parents | |
| children |
| rev | line source |
|---|---|
| kshalle@1 | 1 <resources> |
| kshalle@1 | 2 |
| kshalle@1 | 3 <!-- Declare custom theme attributes that allow changing which styles are |
| kshalle@1 | 4 used for button bars depending on the API level. |
| kshalle@1 | 5 ?android:attr/buttonBarStyle is new as of API 11 so this is |
| kshalle@1 | 6 necessary to support previous API levels. --> |
| kshalle@1 | 7 <declare-styleable name="ButtonBarContainerTheme"> |
| kshalle@1 | 8 <attr name="metaButtonBarStyle" format="reference" /> |
| kshalle@1 | 9 <attr name="metaButtonBarButtonStyle" format="reference" /> |
| kshalle@1 | 10 </declare-styleable> |
| kshalle@1 | 11 |
| kshalle@1 | 12 </resources> |
