pull/606/head
FongMi 3 months ago
parent 832bf546ad
commit f0f4f96db8
  1. 1
      app/src/mobile/java/com/fongmi/android/tv/Product.java

@ -34,7 +34,6 @@ public class Product {
return getSpec(context, space, column, style);
}
private static int[] getSpec(Context context, int space, int column, Style style) {
int base = ResUtil.getScreenWidth(context) - space;
int width = base / column;

Loading…
Cancel
Save