am 6fb93f2c: am 0cb41858: Merge "Replace Material text cursor with XML shape" into mnc-dev

* commit '6fb93f2c8526dab964e0db9fc4594ee9e6529353':
  Replace Material text cursor with XML shape
This commit is contained in:
Alan Viverette
2015-05-07 21:28:10 +00:00
committed by Android Git Automerger
5 changed files with 12 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 B

View File

@@ -14,6 +14,15 @@
limitations under the License.
-->
<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/text_cursor_mtrl_alpha"
android:tint="?attr/colorControlActivated" />
<inset xmlns:android="http://schemas.android.com/apk/res/android"
android:inset="2dp">
<shape
android:tint="?attr/colorControlActivated"
android:shape="rectangle">
<size
android:height="2dp"
android:width="2dp" />
<solid
android:color="@color/white" />
</shape>
</inset>