diff --git a/res/layout/message_view_header_upper.xml b/res/layout/message_view_header_upper.xml index 385766f68..02c9e4360 100644 --- a/res/layout/message_view_header_upper.xml +++ b/res/layout/message_view_header_upper.xml @@ -56,12 +56,14 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="2dip" + android:visibility="gone" /> { - public static final int PRESENCE_UNKNOWN_RESOURCE_ID = android.R.drawable.presence_offline; + private static final int PRESENCE_UNKNOWN_RESOURCE_ID = android.R.drawable.presence_offline; /** email address -> photo id, presence */ /* package */ static final String[] PROJECTION_PHOTO_ID_PRESENCE = new String[] { @@ -76,6 +76,10 @@ public class ContactStatusLoader extends AsyncTaskLoader