layout almost ready

This commit is contained in:
Senad Uka
2014-01-14 06:45:59 +01:00
parent cb19a149f0
commit ccd4f5ead9
23 changed files with 617 additions and 2 deletions

14
res/values/attrs.xml Normal file
View File

@@ -0,0 +1,14 @@
<resources>
<!--
Declare custom theme attributes that allow changing which styles are
used for button bars depending on the API level.
?android:attr/buttonBarStyle is new as of API 11 so this is
necessary to support previous API levels.
-->
<declare-styleable name="ButtonBarContainerTheme">
<attr name="buttonBarStyle" format="reference" />
<attr name="buttonBarButtonStyle" format="reference" />
</declare-styleable>
</resources>