Support 'color' attribute in ProgressBarAndroid

Differential Revision: D2625690

fb-gh-sync-id: 34ef656be7ce3304add3fae3e697c6b39b866af1
This commit is contained in:
Alexander Blom
2015-11-06 02:33:32 -08:00
committed by facebook-github-bot-0
parent 6a656a1491
commit a797be6ffd
4 changed files with 99 additions and 28 deletions

View File

@@ -54,6 +54,10 @@ var ProgressBarAndroidExample = React.createClass({
<UIExplorerBlock title="Large Inverse ProgressBar">
<ProgressBar styleAttr="LargeInverse" />
</UIExplorerBlock>
<UIExplorerBlock title="Large Red ProgressBar">
<ProgressBar styleAttr="Large" color="red" />
</UIExplorerBlock>
</UIExplorerPage>
);
},