From 162c78fe1a6ea065fd7a6444792791e7fb69190b Mon Sep 17 00:00:00 2001 From: Michael W Date: Sat, 4 Jan 2025 13:41:29 +0100 Subject: [PATCH] Messaging: Replace fragment with FragmentContainerView * Following recommendation of AS * Also add the missing newlines at the end - they should be there and a separate change doesn't make sense Change-Id: I90ce1574910275458f51a151c8dcd6da49433504 --- res/layout/attachment_chooser_activity.xml | 7 ++++--- res/layout/blocked_participants_activity.xml | 6 +++--- res/layout/conversation_list_activity.xml | 6 +++--- res/layout/people_and_options_activity.xml | 6 +++--- res/layout/vcard_detail_activity.xml | 6 +++--- 5 files changed, 16 insertions(+), 15 deletions(-) diff --git a/res/layout/attachment_chooser_activity.xml b/res/layout/attachment_chooser_activity.xml index 850716e..49f8b0d 100644 --- a/res/layout/attachment_chooser_activity.xml +++ b/res/layout/attachment_chooser_activity.xml @@ -1,6 +1,7 @@ - \ No newline at end of file + android:layout_height="match_parent" /> diff --git a/res/layout/blocked_participants_activity.xml b/res/layout/blocked_participants_activity.xml index e39d92a..770078e 100644 --- a/res/layout/blocked_participants_activity.xml +++ b/res/layout/blocked_participants_activity.xml @@ -15,10 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> - \ No newline at end of file + android:layout_height="match_parent" /> diff --git a/res/layout/conversation_list_activity.xml b/res/layout/conversation_list_activity.xml index 0b47e71..4c494e2 100644 --- a/res/layout/conversation_list_activity.xml +++ b/res/layout/conversation_list_activity.xml @@ -15,10 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> - \ No newline at end of file + android:layout_height="match_parent" /> diff --git a/res/layout/people_and_options_activity.xml b/res/layout/people_and_options_activity.xml index 0296b86..e17df23 100644 --- a/res/layout/people_and_options_activity.xml +++ b/res/layout/people_and_options_activity.xml @@ -15,10 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> - \ No newline at end of file + android:layout_height="match_parent" /> diff --git a/res/layout/vcard_detail_activity.xml b/res/layout/vcard_detail_activity.xml index de45a9d..2bcfde0 100644 --- a/res/layout/vcard_detail_activity.xml +++ b/res/layout/vcard_detail_activity.xml @@ -15,10 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> - \ No newline at end of file + android:layout_height="match_parent" />