Project

General

Profile

« Previous | Next » 

Revision fad10885

Added by Leszek Koltunski over 1 year ago

Move the 'bandaged' button back to the main menu.

View differences:

src/main/res/layout/popup_menu.xml
54 54
      android:backgroundTint="@color/dark_grey"
55 55
      android:gravity="center"/>
56 56

  
57
   <Button
58
      android:id="@+id/menuBandaged"
59
      android:text="@string/bandaged"
60
      android:layout_width="match_parent"
61
      android:layout_height="0dp"
62
      android:layout_weight="1.0"
63
      android:paddingRight="10dp"
64
      android:paddingLeft="10dp"
65
      android:singleLine="true"
66
      android:backgroundTint="@color/dark_grey"
67
      android:gravity="center"/>
68

  
57 69
   <Button
58 70
      android:id="@+id/menuAbout"
59 71
      android:text="@string/about"

Also available in: Unified diff