mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-13 17:51:57 +00:00
fix shop display issue on old devices
This commit is contained in:
parent
8b8ba0cf4d
commit
9aadfe62f8
2 changed files with 0 additions and 6 deletions
|
|
@ -43,8 +43,6 @@
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
android:textSize="15sp"
|
android:textSize="15sp"
|
||||||
android:drawableLeft="@drawable/ic_header_gold"
|
|
||||||
android:drawableStart="@drawable/ic_header_gold"
|
|
||||||
android:background="@drawable/rounded_purple_square"
|
android:background="@drawable/rounded_purple_square"
|
||||||
android:paddingLeft="6dp"
|
android:paddingLeft="6dp"
|
||||||
android:paddingStart="6dp" />
|
android:paddingStart="6dp" />
|
||||||
|
|
|
||||||
|
|
@ -162,10 +162,6 @@ public class ShopRecyclerAdapter extends RecyclerView.Adapter<RecyclerView.ViewH
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private void canBuy() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
private void buyItem() {
|
private void buyItem() {
|
||||||
BuyGemItemCommand command = new BuyGemItemCommand();
|
BuyGemItemCommand command = new BuyGemItemCommand();
|
||||||
command.shopIdentifier = shopIdentifier;
|
command.shopIdentifier = shopIdentifier;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue