diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 615d007ef5..f84544df4f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -129,7 +129,10 @@ android:label="Message Details" android:windowSoftInputMode="stateUnchanged" android:launchMode="singleTask" - android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/> + android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize" + android:parentActivityName=".ConversationListActivity"> + + - + - - - + + + + + android:padding="@dimen/message_details_table_row_pad"> - + - + - + - + android:padding="@dimen/message_details_table_row_pad"> - + - + - + - + android:padding="@dimen/message_details_table_row_pad"> - + - + - + - + android:padding="@dimen/message_details_table_row_pad"> + + - + - + + \ No newline at end of file diff --git a/res/layout/message_details_recipient.xml b/res/layout/message_recipient_list_item.xml similarity index 96% rename from res/layout/message_details_recipient.xml rename to res/layout/message_recipient_list_item.xml index 4c5f2117a5..f334df1aad 100644 --- a/res/layout/message_details_recipient.xml +++ b/res/layout/message_recipient_list_item.xml @@ -67,7 +67,7 @@ android:paddingBottom="5dp" android:layout_gravity="center_vertical" android:drawableLeft="@drawable/ic_error_white_18dp" - android:text="FIX" + android:text="@string/message_recipients_list_item__verify" android:visibility="gone"/>