Project

General

Profile

« Previous | Next » 

Revision 58fd2ec0

Added by Leszek Koltunski 3 months ago

Initial support for configuring the stickers.

View differences:

src/main/res/layout/object_popup.xml
50 50
        android:backgroundTint="@color/dark_grey"
51 51
        android:gravity="center"/>
52 52

  
53
    <Button
54
        android:id="@+id/objectConfig"
55
        android:text="@string/object_config"
56
        android:layout_width="match_parent"
57
        android:layout_height="wrap_content"
58
        android:paddingRight="10dp"
59
        android:paddingLeft="10dp"
60
        android:singleLine="true"
61
        android:backgroundTint="@color/dark_grey"
62
        android:gravity="center"/>
63

  
53 64
   <TextView
54 65
       android:id="@+id/objectLevels"
55 66
       android:layout_width="match_parent"

Also available in: Unified diff