summaryrefslogtreecommitdiffstats
path: root/res/layout/theme_tags.xml
blob: 7e8af2a82e261c1f4e3775a30f5a12d31bc388a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 Cyanogen, Inc.
-->
<com.cyngn.theme.widget.ThemeTagLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/tag_layout"
    android:layout_width="wrap_content"
    android:layout_height="24dp"
    android:layout_marginBottom="8dp"
    android:layout_marginStart="3dp"
    android:animateLayoutChanges="true">

</com.cyngn.theme.widget.ThemeTagLayout>