We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efba23 commit cbfc65eCopy full SHA for cbfc65e
src/scenes/QRcodeList.js
@@ -26,6 +26,8 @@ const styles = StyleSheet.create({
26
backgroundColor: GLOBAL.COLOR.BACKGROUND,
27
flex: 1,
28
justifyContent: 'flex-start',
29
+ },
30
+ list_style: {
31
paddingTop: 8,
32
paddingLeft: 8,
33
paddingRight: 8,
@@ -90,6 +92,7 @@ class QRcodeList extends Component {
90
92
dataSource={this.state.dataSource}
91
93
pageSize={LIST_VIEW_PAGE_SIZE}
94
renderRow={this.renderRow.bind(this)}
95
+ style = {styles.list_style}
96
/>
97
<ActionButton
98
buttonColor="rgba(231,76,60,1)"
0 commit comments