From 75b9877d72012253cb42c693458c72923f328123 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 7 Nov 2021 18:27:27 +0100 Subject: [PATCH] removing some redundant RelativeLayout vertical orientations --- commons/src/main/res/layout/activity_contributors.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commons/src/main/res/layout/activity_contributors.xml b/commons/src/main/res/layout/activity_contributors.xml index a9ac2a5e2..81b3b9e31 100644 --- a/commons/src/main/res/layout/activity_contributors.xml +++ b/commons/src/main/res/layout/activity_contributors.xml @@ -24,8 +24,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="@dimen/medium_margin" - android:background="@drawable/section_holder_stroke" - android:orientation="vertical"> + android:background="@drawable/section_holder_stroke">