tweak list.section
This commit is contained in:
parent
2d2988aaad
commit
e0b86c0aa6
|
@ -35,28 +35,28 @@ const MediaAutoDownload = () => {
|
|||
<SafeAreaView testID='media-auto-download-view'>
|
||||
<StatusBar />
|
||||
<List.Container testID='media-auto-download-view-list'>
|
||||
<List.Separator />
|
||||
<ListPicker
|
||||
onChangeValue={setImagesPreference}
|
||||
value={imagesPreference}
|
||||
title='Images'
|
||||
testID='media-auto-download-view-images'
|
||||
/>
|
||||
<List.Separator />
|
||||
<ListPicker
|
||||
onChangeValue={setVideoPreference}
|
||||
value={videoPreference}
|
||||
title='Video'
|
||||
testID='media-auto-download-view-video'
|
||||
/>
|
||||
<List.Separator />
|
||||
<ListPicker
|
||||
onChangeValue={setAudioPreference}
|
||||
value={audioPreference}
|
||||
title='Audio'
|
||||
testID='media-auto-download-view-audio'
|
||||
/>
|
||||
<List.Separator />
|
||||
<List.Section>
|
||||
<ListPicker
|
||||
onChangeValue={setImagesPreference}
|
||||
value={imagesPreference}
|
||||
title='Images'
|
||||
testID='media-auto-download-view-images'
|
||||
/>
|
||||
<List.Separator />
|
||||
<ListPicker
|
||||
onChangeValue={setVideoPreference}
|
||||
value={videoPreference}
|
||||
title='Video'
|
||||
testID='media-auto-download-view-video'
|
||||
/>
|
||||
<List.Separator />
|
||||
<ListPicker
|
||||
onChangeValue={setAudioPreference}
|
||||
value={audioPreference}
|
||||
title='Audio'
|
||||
testID='media-auto-download-view-audio'
|
||||
/>
|
||||
</List.Section>
|
||||
</List.Container>
|
||||
</SafeAreaView>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue