1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

removed empty, non-localized strings

This commit is contained in:
kris kechagia 2011-05-05 21:24:11 +02:00
parent 37ae2e41f5
commit 723b20a7f6

View File

@ -152,7 +152,6 @@
<TextView
android:id="@+id/userId"
android:text=""
android:ellipsize="end"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@android:color/primary_text_light"
@ -161,7 +160,6 @@
<TextView
android:id="@+id/userIdRest"
android:text=""
android:textSize="10sp"
android:ellipsize="end"
android:textColor="@android:color/primary_text_light"