summaryrefslogtreecommitdiffstats
path: root/res/layout/tag_default.xml
blob: f1de2500512f00432d5eb2725b9cd2a8d5956f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 Cyanogen, Inc.
-->
<com.cyngn.theme.widget.LatoTextView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/tag_default"
    android:layout_width="wrap_content"
    android:layout_height="24dp"
    android:background="@drawable/bg_tag_default"
    android:text="@string/default_tag_text"
    style="@style/tag_style"/>