From 60de5db925cac8b690a03e21264981d95ace9c20 Mon Sep 17 00:00:00 2001 From: Deon Olarewaju Date: Sun, 28 Jan 2024 20:52:26 +0100 Subject: [PATCH] Fix part of #5261: InefficientWeight (#5297) ## Explanation Fix part of #5261 (A) Added android:layout_width="0dp" to line 34 in view_event_logs_event_log_item_view.xml ### Layout Before: before After: after ### Lint Check Before: Screenshot 2024-01-20 at 14 14 24 After: Screenshot 2024-01-20 at 15 09 13 ## Essential Checklist - [x] The PR title and explanation each start with "Fix #bugnum: " (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".) - [x] Any changes to [scripts/assets](https://github.com/oppia/oppia-android/tree/develop/scripts/assets) files have their rationale included in the PR explanation. - [x] The PR follows the [style guide](https://github.com/oppia/oppia-android/wiki/Coding-style-guide). - [x] The PR does not contain any unnecessary code changes from Android Studio ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#undo-unnecessary-changes)). - [x] The PR is made from a branch that's **not** called "develop" and is up-to-date with "develop". - [x] The PR is **assigned** to the appropriate reviewers ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#clarification-regarding-assignees-and-reviewers-section)). --------- Co-authored-by: Adhiambo Peres <59600948+adhiamboperes@users.noreply.github.com> --- app/src/main/res/layout/view_event_logs_event_log_item_view.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/view_event_logs_event_log_item_view.xml b/app/src/main/res/layout/view_event_logs_event_log_item_view.xml index 37a985146e1..b080bc27bc9 100644 --- a/app/src/main/res/layout/view_event_logs_event_log_item_view.xml +++ b/app/src/main/res/layout/view_event_logs_event_log_item_view.xml @@ -31,6 +31,7 @@