From 0dccfb3bf8ec48dab1cae134e4c306ccbc422e53 Mon Sep 17 00:00:00 2001 From: meiron03 Date: Sun, 24 Mar 2024 13:21:53 -0400 Subject: [PATCH] performance fixes for the laundry room item (for some of the text views and rvs, I set the height and or width to a fixed value) --- .../src/main/res/layout/laundry_room_item.xml | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/PennMobile/src/main/res/layout/laundry_room_item.xml b/PennMobile/src/main/res/layout/laundry_room_item.xml index 02e3832e4..f7d8db351 100644 --- a/PennMobile/src/main/res/layout/laundry_room_item.xml +++ b/PennMobile/src/main/res/layout/laundry_room_item.xml @@ -10,7 +10,7 @@ + android:layout_width="match_parent" + android:layout_height="60dp" /> @@ -116,15 +116,15 @@ + android:layout_width="match_parent" + android:layout_height="60dp" /> @@ -177,7 +177,7 @@