diff options
Diffstat (limited to '')
-rw-r--r-- | res/layout/contact.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/layout/contact.xml b/res/layout/contact.xml index fcf8e8b9..7303d2ba 100644 --- a/res/layout/contact.xml +++ b/res/layout/contact.xml @@ -35,6 +35,15 @@ android:textColor="#5b5b5b" android:singleLine="true" /> + <TextView + android:id="@+id/key" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:textSize="18sp" + android:textColor="#5b5b5b" + android:typeface="monospace" + android:visibility="gone" + /> </LinearLayout> </RelativeLayout>
\ No newline at end of file |