diff options
author | Aurimas Liutikas <aurimas@google.com> | 2016-05-11 15:54:17 -0700 |
---|---|---|
committer | Aurimas Liutikas <aurimas@google.com> | 2016-05-11 16:43:37 -0700 |
commit | 63999da503dae76551f3368baa8248638634fedc (patch) | |
tree | d4380e6c078029c2e849a87b7ce427e9f6e2cbac /tests/HwAccelerationTest | |
parent | ca34ab06eca921f8c193dfa7d0b500b6892890e6 (diff) |
Switch the default text selection handles to Material style.
-Switch to material style handles.
-Delete old handles.
-Remove the unrelated use of old handle in a test.
Bug: 28723844
Change-Id: I268c2672df541e5a1cdcdeb6712289fe06c06d5f
Diffstat (limited to 'tests/HwAccelerationTest')
-rw-r--r-- | tests/HwAccelerationTest/src/com/android/test/hwui/AssetsAtlasActivity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/HwAccelerationTest/src/com/android/test/hwui/AssetsAtlasActivity.java b/tests/HwAccelerationTest/src/com/android/test/hwui/AssetsAtlasActivity.java index df7e3bbf78fa..cbf99dc46a45 100644 --- a/tests/HwAccelerationTest/src/com/android/test/hwui/AssetsAtlasActivity.java +++ b/tests/HwAccelerationTest/src/com/android/test/hwui/AssetsAtlasActivity.java @@ -42,7 +42,7 @@ public class AssetsAtlasActivity extends Activity { BitmapsView(Context c) { super(c); - Drawable d = c.getResources().getDrawable(R.drawable.text_select_handle_left); + Drawable d = c.getResources().getDrawable(R.drawable.star_big_on); mBitmap = ((BitmapDrawable) d).getBitmap(); } |