代码之家  ›  专栏  ›  技术社区  ›  Phill

纽扣看起来像一个框架

  •  0
  • Phill  · 技术社区  · 6 年前

    我使用的是xamarin表单,我有一个带有文本和图像的框架,但是这个框架没有连锁反应,有可能有一个按钮看起来像一个框架吗?

    下面是我的例子: enter image description here

    1 回复  |  直到 6 年前
        1
  •  0
  •   Bruno Caceiro    6 年前

    你可以使用 FlexButton NuGet Package

    <flex:FlexButton
        WidthRequest="76"
        HeightRequest="76"
        CornerRadius="38"
        HorizontalOptions="Center"
        Icon="lightbulb.png"
        ForegroundColor="#ffffff"
        HighlightForegroundColor="#49516F"
        BackgroundColor="#6279B8"
        HighlightBackgroundColor="#8EA4D2" />