|
|
|
@ -76,9 +76,9 @@
|
|
|
|
|
android:layout_gravity="right">
|
|
|
|
|
|
|
|
|
|
<View android:id="@+id/group_sender_holder"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:visibility="gone"/>
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:visibility="gone"/>
|
|
|
|
|
|
|
|
|
|
<TextView android:id="@+id/group_message_sender"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
@ -89,7 +89,7 @@
|
|
|
|
|
android:textColor="?conversation_item_sent_text_secondary_color"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
android:layout_marginRight="8dip"
|
|
|
|
|
android:paddingTop="1dip" />
|
|
|
|
|
android:paddingTop="1dip"/>
|
|
|
|
|
|
|
|
|
|
<TextView android:id="@+id/group_message_sender_profile"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
@ -100,7 +100,7 @@
|
|
|
|
|
android:textColor="?conversation_item_sent_text_secondary_color"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
android:layout_marginRight="8dip"
|
|
|
|
|
android:paddingTop="1dip" />
|
|
|
|
|
android:paddingTop="1dip"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView android:id="@+id/conversation_item_date"
|
|
|
|
@ -116,7 +116,7 @@
|
|
|
|
|
android:textSize="@dimen/conversation_item_date_text_size"
|
|
|
|
|
android:paddingTop="1dip"
|
|
|
|
|
android:paddingBottom="2dp"
|
|
|
|
|
tools:text="30 mins" />
|
|
|
|
|
tools:text="30 mins"/>
|
|
|
|
|
|
|
|
|
|
<TextView android:id="@+id/sim_info"
|
|
|
|
|
android:autoLink="none"
|
|
|
|
@ -154,19 +154,22 @@
|
|
|
|
|
android:layout_gravity="center_vertical|end"
|
|
|
|
|
android:alpha=".6"
|
|
|
|
|
android:layout_marginLeft="3dp"
|
|
|
|
|
android:layout_width="10dp"
|
|
|
|
|
android:layout_marginStart="3dp"
|
|
|
|
|
android:layout_width="7dp"
|
|
|
|
|
android:layout_height="11dp"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
tools:visibility="visible"/>
|
|
|
|
|
|
|
|
|
|
<ImageView android:id="@+id/secure_indicator"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:src="?menu_lock_icon_small"
|
|
|
|
|
<ImageView android:id="@+id/insecure_indicator"
|
|
|
|
|
android:layout_width="12dp"
|
|
|
|
|
android:layout_height="11dp"
|
|
|
|
|
android:src="@drawable/ic_unlocked_white_18dp"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
android:layout_gravity="center_vertical|end"
|
|
|
|
|
android:paddingLeft="2dp"
|
|
|
|
|
android:tint="?conversation_item_sent_text_secondary_color"
|
|
|
|
|
android:alpha=".6"
|
|
|
|
|
android:tint="@color/black"
|
|
|
|
|
android:layout_marginLeft="3dp"
|
|
|
|
|
android:layout_marginStart="3dp"
|
|
|
|
|
android:tintMode="multiply"
|
|
|
|
|
android:contentDescription="@string/conversation_item__secure_message_description"
|
|
|
|
|
tools:visibility="visible"/>
|
|
|
|
|