Commit f48b6f3c authored by santhosh's avatar santhosh
Browse files

ui

parent f67f01ca
Showing with 3 additions and 5 deletions
+3 -5
......@@ -975,7 +975,7 @@ export default class UserDashboard extends Component {
<Image style={{ width: 25, height: 25 }} source={require('../Images/add.png')} />
<Text style={{ width: 150, borderRadius: 20, height: 45, flexDirection: 'row', color: 'white', padding: 5 }}>
<Text style={{ width: 120, borderRadius: 20, height: 45, flexDirection: 'row', color: 'white', padding: 5 }}>
Add New Project
</Text>
</View>
......@@ -993,7 +993,7 @@ export default class UserDashboard extends Component {
</TouchableOpacity>
</View> */}
<View style={{ marginTop: 5,marginRight:15 }}>
<View style={{ marginTop: 5,marginLeft:10 }}>
<ModalSelector
style={{ backgroundColor: 'transparent', borderColor: 'transparent', }}
data={this.state.dataSource}
......@@ -1001,9 +1001,7 @@ export default class UserDashboard extends Component {
optionContainerStyle={{ backgroundColor: 'white' }}
onChange={(itemValue) => { this.UpdateStatus1(itemValue.label) }} >
<View style={{ width: 160, borderRadius: 20, height: 45, marginTop: 5, flexDirection: 'row' }}>
<Text style={{ marginTop: 15, color: 'white', width: 120, }}>{this.state.status}</Text>
<Icon name="chevron-down" size={20} style={{ color: 'white', marginTop: 12, }}
/>
</View>
......@@ -1012,7 +1010,7 @@ export default class UserDashboard extends Component {
</View>
<View style={{ marginTop: 20, marginRight: 35, flexDirection: 'row', marginLeft: -20 }}>
<View style={{ marginTop: 20, marginLeft: 25, flexDirection: 'row', marginLeft: -20 }}>
<TouchableOpacity onPress={this.logOutOption.bind(this)}>
{/* <Text style={{ borderRadius: 20, height: 45,color: 'white' }}>Logout</Text> */}
<Icon name="power-off" style={{ color: 'white' }} size={25} />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment