码迷,mamicode.com
首页 > 其他好文 > 详细

PixelRatio使用

时间:2018-12-28 14:36:30      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:使用   ack   exp   highlight   back   ati   pixel   fonts   ext   

export default class PixelRatioView extends Component {


    render() {
        return (
            <View style={styles.container}>
                <Text style={styles.textStyle}>
                    PixelRatio实例
                </Text>
                <Text style={styles.textStyle}>
                    当前的屏幕像素密度比例为: {PixelRatio.get()}
                </Text>
            </View>
        );
    }
}

const styles = StyleSheet.create({
    container: {
        flex: 1,
        backgroundColor: ‘#ffffff‘,
        marginTop: 20
    },
    textStyle: {
        fontSize: 18,
        textAlign: ‘center‘,
        backgroundColor: ‘#ffffff‘,
        marginTop: 10
    }

});

 

PixelRatio使用

标签:使用   ack   exp   highlight   back   ati   pixel   fonts   ext   

原文地址:https://www.cnblogs.com/hualuoshuijia/p/10190290.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!