Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:background="@drawable/cactus_background">
- <ImageView
- android:id="@+id/imgItem"
- android:layout_width="113dp"
- android:layout_height="98dp"
- android:background="@drawable/shop"
- android:contentDescription="@string/shop"/>
- <TextView
- android:id="@+id/tvName"
- android:layout_width="273dp"
- android:layout_height="wrap_content"
- android:text="@string/Upgrade_1_Name"
- android:textSize="28sp" />
- <TextView
- android:id="@+id/tvDescription"
- android:layout_width="273dp"
- android:layout_height="64dp"
- android:text="@string/Upgrade_1_Description"
- android:textSize="20sp" />
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement