diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-11-16 17:21:21 +0100 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-11-16 17:21:21 +0100 |
commit | cf00f3fade1e76ff9360e96d5505d49c7c89d5c4 (patch) | |
tree | 0617dcc0eff219a19e555aba6096e24d9ef2e30c /src/main/res/layout | |
parent | 84b2ce10b7a38aaaa9d2d3ee8ad4e1213402640f (diff) |
happy hanukkah
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/contact.xml | 8 | ||||
-rw-r--r-- | src/main/res/layout/list_item_tag.xml | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/src/main/res/layout/contact.xml b/src/main/res/layout/contact.xml index 12ab3da1..69545c25 100644 --- a/src/main/res/layout/contact.xml +++ b/src/main/res/layout/contact.xml @@ -37,7 +37,13 @@ android:singleLine="true" android:textColor="@color/primarytext" android:textSize="?attr/TextSizeBody" /> - + <LinearLayout + android:id="@+id/tags" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginTop="4dp" + android:orientation="horizontal"> + </LinearLayout> <TextView android:id="@+id/key" android:layout_width="wrap_content" diff --git a/src/main/res/layout/list_item_tag.xml b/src/main/res/layout/list_item_tag.xml new file mode 100644 index 00000000..7a77f710 --- /dev/null +++ b/src/main/res/layout/list_item_tag.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_height="wrap_content" + android:layout_width="wrap_content" + android:paddingTop="1dp" + android:paddingBottom="1dp" + android:paddingLeft="4dp" + android:paddingRight="4dp" + android:textSize="?attr/TextSizeInfo" + android:textColor="@color/ondarktext" + android:textAllCaps="true" + android:layout_marginRight="8dp" +/>
\ No newline at end of file |