view 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
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>