diff options
Diffstat (limited to 'tests/RenderScriptTests/ImageProcessing/res/layout')
-rw-r--r-- | tests/RenderScriptTests/ImageProcessing/res/layout/main.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/RenderScriptTests/ImageProcessing/res/layout/main.xml b/tests/RenderScriptTests/ImageProcessing/res/layout/main.xml index bd56d62..4715d6e 100644 --- a/tests/RenderScriptTests/ImageProcessing/res/layout/main.xml +++ b/tests/RenderScriptTests/ImageProcessing/res/layout/main.xml @@ -124,6 +124,11 @@ android:layout_marginRight="10sp" android:layout_width="match_parent" android:layout_height="wrap_content"/> + <Button + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/benchmark_all" + android:onClick="benchmark_all"/> </LinearLayout> </ScrollView> </LinearLayout> |