mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-02 09:08:58 +08:00
Fix background color issue
Differential Revision: D2489578 committer: Service User <svcscm@fb.com>
This commit is contained in:
committed by
facebook-github-bot-4
parent
3a664a0008
commit
3b6d029a55
@@ -310,6 +310,15 @@ var TextExample = React.createClass({
|
||||
</Text>
|
||||
</Text>
|
||||
</Text>
|
||||
<Text style={{backgroundColor: 'rgba(100, 100, 100, 0.3)'}}>
|
||||
Same alpha as background,
|
||||
<Text>
|
||||
Inherited alpha from background,
|
||||
<Text style={{backgroundColor: 'rgba(100, 100, 100, 0.3)'}}>
|
||||
Reapply alpha
|
||||
</Text>
|
||||
</Text>
|
||||
</Text>
|
||||
</UIExplorerBlock>
|
||||
<UIExplorerBlock title="containerBackgroundColor attribute">
|
||||
<View style={{flexDirection: 'row', height: 85}}>
|
||||
|
||||
Reference in New Issue
Block a user