fix shop display issue on old devices

This commit is contained in:
Phillip Thelen 2016-08-18 16:05:13 +02:00
parent 8b8ba0cf4d
commit 9aadfe62f8
2 changed files with 0 additions and 6 deletions

View file

@ -43,8 +43,6 @@
android:textColor="@color/white"
android:layout_gravity="center_vertical"
android:textSize="15sp"
android:drawableLeft="@drawable/ic_header_gold"
android:drawableStart="@drawable/ic_header_gold"
android:background="@drawable/rounded_purple_square"
android:paddingLeft="6dp"
android:paddingStart="6dp" />

View file

@ -162,10 +162,6 @@ public class ShopRecyclerAdapter extends RecyclerView.Adapter<RecyclerView.ViewH
});
}
private void canBuy() {
}
private void buyItem() {
BuyGemItemCommand command = new BuyGemItemCommand();
command.shopIdentifier = shopIdentifier;