removing some redundant RelativeLayout vertical orientations

This commit is contained in:
tibbi 2021-11-07 18:27:27 +01:00
parent 76498ebadd
commit 75b9877d72

View file

@ -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">
<ImageView
android:id="@+id/contributors_development_icon"
@ -68,7 +67,6 @@
android:layout_height="wrap_content"
android:layout_margin="@dimen/medium_margin"
android:background="@drawable/section_holder_stroke"
android:orientation="vertical"
android:paddingTop="@dimen/normal_margin"
android:paddingBottom="@dimen/activity_margin">