首页 > 解决方案 > 如何 Google Pay 在您的奖励页面的网格视图中显示不同类型的卡

问题描述

我想知道 Google Pay 如何在您的奖励页面的网格视图中显示不同类型的卡片。我正在尝试开发像 Google Pay 这样的卡

标签: javaandroid

解决方案


有许多库可用于开发刮刮卡功能,例如 Google Pay

检查这个

implementation 'com.goibibo.libs:scratchcardview:0.1.4'

XML 如下所示

<com.goibibo.libs.views.ScratchTextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:gravity="center|end"
    android:text="@string/flat_200"
    android:textSize="15sp"
    android:textStyle="bold" >

另外,请查看此博客文章

我希望这可以帮助你,


推荐阅读