mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-24 05:42:33 +03:00
added place holder for price
This commit is contained in:
parent
0f0d5410e5
commit
a0b0c61449
@ -9,10 +9,16 @@ export default EStyleSheet.create({
|
||||
flexDirection: 'column',
|
||||
},
|
||||
paragraphWrapper: {
|
||||
marginLeft: 50,
|
||||
marginLeft: 30,
|
||||
},
|
||||
line: {
|
||||
flexDirection: 'row',
|
||||
marginVertical: 10,
|
||||
alignContent: 'center',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'space-between',
|
||||
},
|
||||
rightBox: {
|
||||
marginRight: 20,
|
||||
},
|
||||
});
|
||||
|
@ -20,8 +20,15 @@ const BoostPlaceHolder = ({ isDarkTheme }) => {
|
||||
<View style={styles.line}>
|
||||
<Placeholder.Box color={color} width={90} height={40} animate="fade" />
|
||||
<View style={styles.paragraphWrapper}>
|
||||
<Placeholder.Box color={color} width={120} radius={20} height={40} animate="fade" />
|
||||
<Placeholder.Box color={color} width={140} radius={25} height={50} animate="fade" />
|
||||
</View>
|
||||
<Placeholder.Box
|
||||
style={styles.rightBox}
|
||||
color={color}
|
||||
width={20}
|
||||
height={10}
|
||||
animate="fade"
|
||||
/>
|
||||
</View>
|
||||
</View>,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user