summaryrefslogtreecommitdiffstats
path: root/tests/HwAccelerationTest
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2015-02-18 09:24:33 -0800
committerChris Craik <ccraik@google.com>2015-02-18 17:47:21 +0000
commit36a35e366a65980843b96759f863643f17ca1ee7 (patch)
treec4eba90c7c54625044e7fc97d09e31021065aeeb /tests/HwAccelerationTest
parent6c770900d6dc96b98c980c23f4a62ccf30a36586 (diff)
downloadframeworks_base-36a35e366a65980843b96759f863643f17ca1ee7.zip
frameworks_base-36a35e366a65980843b96759f863643f17ca1ee7.tar.gz
frameworks_base-36a35e366a65980843b96759f863643f17ca1ee7.tar.bz2
Fix layer shader to store layer pointer
bug:19419672 Change-Id: I4277348ceab41fbf45a107a8b21f64e2b4af23e0
Diffstat (limited to 'tests/HwAccelerationTest')
-rw-r--r--tests/HwAccelerationTest/res/layout/projection_clipping.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/HwAccelerationTest/res/layout/projection_clipping.xml b/tests/HwAccelerationTest/res/layout/projection_clipping.xml
index 7177fc8f..1f2b939 100644
--- a/tests/HwAccelerationTest/res/layout/projection_clipping.xml
+++ b/tests/HwAccelerationTest/res/layout/projection_clipping.xml
@@ -14,13 +14,13 @@
android:id="@+id/clickable1"
android:layout_width="100dp"
android:layout_height="100dp"
- android:background="?android:attr/selectableItemBackground"/>
+ android:background="?android:attr/selectableItemBackgroundBorderless"/>
<View
android:id="@+id/clickable2"
android:translationX="50dp"
android:translationY="10dp"
android:layout_width="150dp"
android:layout_height="100dp"
- android:background="?android:attr/selectableItemBackground"/>
+ android:background="?android:attr/selectableItemBackgroundBorderless"/>
</FrameLayout>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>