summaryrefslogtreecommitdiffstats
path: root/res/layout/tag_applied.xml
blob: ab1d223d1ad21c677265cf968461bc6fb43854ef (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 Cyanogen, Inc.
-->
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/tag_applied"
    android:layout_width="24dp"
    android:layout_height="24dp"
    android:layout_marginEnd="8dp"
    android:src="@drawable/ic_tag_applied" />