UI page indicator changes

dev
Laurent 7 years ago
parent e83914815d
commit 932276f32a
  1. 4
      app/src/main/java/net/pokeranalytics/android/ui/fragment/SubscriptionFragment.kt

@ -103,8 +103,8 @@ class SubscriptionFragment : PokerAnalyticsFragment(), SkuDetailsResponseListene
for (i in 1..count) {
val view = View(requireContext())
view.background = requireContext().getDrawable(R.drawable.circle_green)
val layoutParam = LinearLayout.LayoutParams(20.px, 20.px)
layoutParam.setMargins(8.px)
val layoutParam = LinearLayout.LayoutParams(10.px, 10.px)
layoutParam.setMargins(6.px)
this.pageIndicator.addView(view, layoutParam)
}

Loading…
Cancel
Save