Project

General

Profile

« Previous | Next » 

Revision a47ee432

Added by Leszek Koltunski over 5 years ago

rename 'credits' to 'settings'

View differences:

src/main/res/layout/layout.xml
11 11
        android:gravity="center|fill_horizontal" >
12 12

  
13 13
         <Button
14
            android:id="@+id/rubikCredits"
14
            android:id="@+id/rubikSettings"
15 15
            android:layout_width="wrap_content"
16 16
            android:layout_height="64dp"
17 17
            android:layout_weight="0.5"
18
            android:onClick="Credits"
18
            android:onClick="Settings"
19 19
            android:paddingLeft="5dp"
20 20
            android:paddingRight="5dp"
21
            android:text="@string/credits" />
21
            android:text="@string/settings" />
22 22

  
23 23
        <ImageButton
24 24
            android:id="@+id/rubikSize2"

Also available in: Unified diff