UI: Remove date from strip collage, reduce collage margins
This commit is contained in:
@@ -410,7 +410,6 @@ export default function PreviewScreen({
|
|||||||
</View>
|
</View>
|
||||||
<View style={styles.collageFooter}>
|
<View style={styles.collageFooter}>
|
||||||
<Text style={styles.collageFooterText}>{eventText}</Text>
|
<Text style={styles.collageFooterText}>{eventText}</Text>
|
||||||
<Text style={styles.collageFooterDate}>{new Date().toLocaleDateString('de-DE')}</Text>
|
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
@@ -916,18 +915,18 @@ const styles = StyleSheet.create({
|
|||||||
width: '100%',
|
width: '100%',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
backgroundColor: '#ffffff',
|
backgroundColor: '#ffffff',
|
||||||
padding: 16,
|
padding: 6,
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
},
|
},
|
||||||
collageFooter: {
|
collageFooter: {
|
||||||
height: 50,
|
height: 35,
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
borderTopWidth: 1,
|
borderTopWidth: 1,
|
||||||
borderTopColor: '#e0e0e0',
|
borderTopColor: '#e0e0e0',
|
||||||
marginTop: 10,
|
marginTop: 4,
|
||||||
},
|
},
|
||||||
collageFooterText: {
|
collageFooterText: {
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
|
|||||||
Reference in New Issue
Block a user