2015-01-16 00:04:44 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:width="24dp"
|
|
|
|
android:height="24dp"
|
|
|
|
android:viewportWidth="24"
|
|
|
|
android:viewportHeight="24">
|
|
|
|
|
|
|
|
<path
|
2015-03-03 20:07:31 +00:00
|
|
|
android:fillColor="@color/button_bar_text"
|
2015-01-16 00:04:44 +00:00
|
|
|
android:pathData="M15.41,7.41L14,6l-6,6l6,6l1.41-1.41L10.83,12L15.41,7.41Z" />
|
|
|
|
</vector>
|