diff --git a/src/components/FileCard.tsx b/src/components/FileCard.tsx index 7040e618..bf16c4e6 100644 --- a/src/components/FileCard.tsx +++ b/src/components/FileCard.tsx @@ -97,7 +97,11 @@ const FileCard: React.FC = (props) => { ellipsizeMode="tail"> {title} - + {(extension ? extension.toUpperCase() + ' ' : '') + size} {markedImportant && ( diff --git a/src/screens/FilePreviewScreen.tsx b/src/screens/FilePreviewScreen.tsx index 0c18d3c4..ab6b6e75 100644 --- a/src/screens/FilePreviewScreen.tsx +++ b/src/screens/FilePreviewScreen.tsx @@ -269,7 +269,9 @@ const FilePreviewScreen: INavigationScreen = ( size={50} onPress={() => listener({buttonId: 'refresh'}) as any} /> - {getTranslation('refresh')} + + {getTranslation('refresh')} + = ( size={50} onPress={() => listener({buttonId: 'open'}) as any} /> - {getTranslation('open')} + + {getTranslation('open')} + @@ -354,7 +358,9 @@ const FilePreviewScreen: INavigationScreen = ( Linking.openURL(filePath); }} /> - {getTranslation('open')} + + {getTranslation('open')} +