summaryrefslogtreecommitdiffstats
path: root/res/layout/tag_legacy.xml
blob: 672215f0a335b3df31360ecd455883e06552a048 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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_legacy"
    android:layout_width="24dp"
    android:layout_height="24dp"
    android:layout_marginEnd="8dp"
    android:gravity="center"
    android:textSize="14dp"
    android:textColor="@color/tag_text_color"
    android:textAllCaps="true"
    android:textStyle="bold"
    android:background="@drawable/bg_tag_legacy"
    android:text="@string/legacy_theme_tag_text" />