首页 > 解决方案 > android中隐藏的涟漪效应 - Xamarin Forms

问题描述

在 xamarin 表单上设置背景颜色布局隐藏 android 中的波纹效果。有没有人找到解决这个问题的方法。这是 xamarin 表单上的错误吗?

 <DataTemplate x:Key="listTemplate">
        <ViewCell> 
            <ViewCell.View>
                <Frame BackgroundColor="White" Margin="0,0,0,3">

                </Frame>
            </ViewCell.View>
        </ViewCell>
    </DataTemplate>

标签: formsxamarinhideeffectsripple

解决方案


推荐阅读