Skip to content

Commit a0144c9

Browse files
committed
vgjjgh
1 parent c7dbf70 commit a0144c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Admin_Screens/Dashboard.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ export default function Dashboard({navigation}) {
5555
<View style= {{flex: 1,justifyContent: 'flex-end'}}>
5656
<View style={{opacity: .88, backgroundColor: 'black', height: '100%' }}>
5757

58-
<ImageBackground source={require('../assets/light.jpg')} style={{width:360, height:200,elevation:10}} imageStyle = {{borderWidth: 2, borderColor: 'darkred'}} >
59-
<Image source={require('../assets/designing/logocardL.png')} style={{width:100,height:40,position: 'absolute',bottom:160,left:10,alignSelf:'flex-end'}}/>
58+
<ImageBackground source={require('../assets/light.jpg')} style={{width:'100%', height:200,elevation:10}} imageStyle = {{borderWidth: 2, borderColor: 'darkred'}} >
59+
<Image source={require('../assets/designing/logocardL.png')} style={{width:100,height:40}}/>
6060
<Text style={[{color:'#000',fontWeight:'bold'}, {fontSize:17, position:'absolute', bottom:5, left:10,}]}>{auth().currentUser.email}</Text>
6161
<Text style={[{color:'darkred',fontWeight:'bold', textAlign: 'center', fontFamily: 'times new roman'}, {fontSize:32, position:'absolute', bottom:80, left:120,}]}>Admin</Text>
6262
<Image source={require('../assets/visa.png')} style={{width:40,height:40,position:'absolute',bottom:5,right:10,alignSelf:'flex-end'}}/>
@@ -130,7 +130,7 @@ export default function Dashboard({navigation}) {
130130

131131
</View>:
132132
<ImageBackground source={require('../assets/mycard.jpg')} style={{width:'90%', height:'85%',elevation:10, marginleft: 30}} imageStyle={{ borderWidth:2,borderColor:'maroon',borderRadius: 10, marginLeft: 40, marginRight: 30, marginTop: 20}} >
133-
<Image source={require('../assets/designing/logocardL.png')} style={{width:100,height:40,position:'absolute',bottom:190,left:40,alignSelf:'flex-end'}}/>
133+
<Image source={require('../assets/designing/logocardL.png')} style={{width:100,height:40, position:'absolute', top:20, left:40}}/>
134134
<Text style={[{color:'#c0c0c0',fontWeight:'bold'}, {fontSize:17, position:'absolute', bottom:30, left:50,}]}>{auth().currentUser.email}</Text>
135135
<Text style={[{color:'darkred',fontWeight:'bold', textAlign: 'center', fontFamily: 'times new roman'}, {fontSize:32, position:'absolute', bottom:110, left:100,}]}>Admin</Text>
136136
<Image source={require('../assets/visa.png')} style={{width:40,height:40,position:'absolute',bottom:25,right:10,alignSelf:'flex-end'}}/>

0 commit comments

Comments
 (0)