First implementation of Shape shop
This commit is contained in:
@@ -75,9 +75,8 @@
|
||||
android:layout_width="35dp"
|
||||
android:layout_height="35dp"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginRight="20dp"
|
||||
android:layout_toLeftOf="@+id/topbar_toolshop"
|
||||
android:layout_toStartOf="@+id/topbar_toolshop"
|
||||
android:layout_marginRight="5dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:background="@drawable/xml_selector_settingsbutton"/>
|
||||
|
||||
<Button
|
||||
@@ -85,10 +84,20 @@
|
||||
style="@style/GameButton"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginRight="5dp"
|
||||
android:background="@drawable/xml_selector_shopbutton"/>
|
||||
android:layout_toLeftOf="@+id/topbar_settings"
|
||||
android:layout_marginRight="10dp"
|
||||
android:background="@drawable/xml_selector_toolshopbutton"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/topbar_shapeshop"
|
||||
style="@style/GameButton"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_toLeftOf="@+id/topbar_toolshop"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginRight="10dp"
|
||||
android:background="@drawable/xml_selector_shapeshopbutton"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/topbar_starcount_decrease"
|
||||
|
Reference in New Issue
Block a user