Lines Matching refs:styles
233 <View style={styles.panelHeader}>
246 styles.panelHeaderItem,
248 styles.activeTab,
250 <Text style={styles.panelHeaderItemText}>
305 styles.historyContainer,
329 <View style={styles.commandBar}>
334 style={styles.commandBarInput}
345 style={styles.commandBarBtn}
350 style={styles.commandBarBtn}
361 <View style={styles.panelBottom}>
364 style={styles.panelBottomBtn}>
365 <Text style={styles.panelBottomBtnText}>Clear</Text>
371 style={styles.panelBottomBtn}>
372 <Text style={styles.panelBottomBtnText}>Dev</Text>
377 style={styles.panelBottomBtn}>
378 <Text style={styles.panelBottomBtnText}>Hide</Text>
397 style={[styles.panel, {height: this.state.panelHeight}]}>
407 style={styles.panelContent}>
430 style={[styles.homeBtn, btnStyle]}>
431 <Text style={styles.homeBtnText}>调试</Text>
446 const styles = StyleSheet.create({ constant