Project

General

Profile

« Previous | Next » 

Revision 4348b52e

Added by Leszek Koltunski almost 8 years ago

Fix the 'Moving Effects' app

View differences:

src/main/res/layout/movingeffectslayout.xml
67 67
            android:text="@string/alpha" />
68 68

  
69 69
        <Button
70
            android:id="@+id/movingeffectsMacro"
70
            android:id="@+id/movingeffectsChroma"
71 71
            android:layout_width="wrap_content"
72 72
            android:layout_height="wrap_content"
73 73
            android:layout_marginLeft="2dp"
74 74
            android:layout_marginRight="2dp"
75 75
            android:layout_weight="0.17"
76
            android:onClick="Macroblock"
76
            android:onClick="Chroma"
77 77
            android:paddingLeft="5dp"
78 78
            android:paddingRight="5dp"
79
            android:text="@string/macroblock" />
79
            android:text="@string/chroma" />
80 80

  
81 81
        <Button
82 82
            android:id="@+id/movingeffectsAbort"

Also available in: Unified diff