Project

General

Profile

« Previous | Next » 

Revision 31227bf6

Added by Leszek Koltunski almost 4 years ago

Move the 'Effects' thing to a button in the Play state.

View differences:

src/main/res/layout/dialog_main.xml
21 21
         android:layout_marginRight="10dp"
22 22
         android:text="@string/play" />
23 23

  
24
     <Button
25
         android:id="@+id/rubikSettings"
26
         android:layout_width="fill_parent"
27
         android:layout_height="fill_parent"
28
         android:layout_weight="1"
29
         android:onClick="Effects"
30
         android:layout_marginLeft="10dp"
31
         android:layout_marginRight="10dp"
32
         android:text="@string/effects" />
33

  
34 24
     <Button
35 25
         android:id="@+id/rubikScores"
36 26
         android:layout_width="fill_parent"

Also available in: Unified diff