Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How i can edit height of overlay ? #3

Open
eslambasher opened this issue Aug 21, 2017 · 4 comments
Open

How i can edit height of overlay ? #3

eslambasher opened this issue Aug 21, 2017 · 4 comments

Comments

@eslambasher
Copy link

hello, i try to edit the height of overlay because, when I do it with ScrollView, it made me an empty space between Dialogue and the main page
screenshot_1503316233

Someone can help please ?

@jacklam718
Copy link
Owner

@eslambasher You can not change overlay height. 🤔 So strange could you show your code?

@eslambasher
Copy link
Author

eslambasher commented Aug 21, 2017

 <KeyboardAvoidingView behavior='padding' keyboardVerticalOffset={Platform.select({ios: 0, android: 95})} style={{flex:1,  /*width: window.width/ 1.4 */}}>
<ScrollView>
Inputs ,,,
Pickers ..
</ScrollView>
there are dialogs here, 3 dialogs ... and i call it with Action button ..
        <ActionButton style={styles.menuButton} buttonColor="rgba(231,76,60,1)">
          <ActionButton.Item buttonColor='#9b59b6' title="Ajoute une couche" onPress={() => console.log("notes tapped!")}>
            <MaterialIcons name="add-circle" style={styles.actionButtonIcon} />
          </ActionButton.Item>
          <ActionButton.Item buttonColor='#3498db' title="Enregistrement" onPress={() => { this.dialogComponentA.show() }}>
            <MaterialIcons name="mic" style={styles.actionButtonIcon} />
          </ActionButton.Item>
          <ActionButton.Item buttonColor='#1abc9c' title="Ajoute un prelevement" onPress={() => { this.dialogComponent.show();}}>
            <MaterialIcons name="add-circle" style={styles.actionButtonIcon} />
          </ActionButton.Item>
          <ActionButton.Item buttonColor='deepskyblue' title="Fin de sondage" onPress={() => { this.dialogComponentS.show();}}>
            <MaterialIcons name="check-circle" style={styles.actionButtonIcon} />
          </ActionButton.Item>
</ActionButton>
</KeyboardAvoidingView>

@eslambasher
Copy link
Author

do you know why it make to me empty space ?

@DeVoresyah
Copy link

I've same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants