diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/app/src/main/res/values/attrs.xml	Mon Apr 20 17:11:10 2015 +0300
     1.3 @@ -0,0 +1,12 @@
     1.4 +<resources>
     1.5 +
     1.6 +    <!-- Declare custom theme attributes that allow changing which styles are
     1.7 +         used for button bars depending on the API level.
     1.8 +         ?android:attr/buttonBarStyle is new as of API 11 so this is
     1.9 +         necessary to support previous API levels. -->
    1.10 +    <declare-styleable name="ButtonBarContainerTheme">
    1.11 +        <attr name="metaButtonBarStyle" format="reference" />
    1.12 +        <attr name="metaButtonBarButtonStyle" format="reference" />
    1.13 +    </declare-styleable>
    1.14 +
    1.15 +</resources>