Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22524f4c authored by Aayush Gupta's avatar Aayush Gupta
Browse files

layout: activity_application: set baselineAligned to false



- Improves the app's performance
- Warned by android's lint checks

Signed-off-by: Aayush Gupta's avatarAayush Gupta <theimpulson@e.email>
parent a9d1061d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -376,7 +376,8 @@
                    android:layout_height="wrap_content"
                    android:layout_marginTop="@dimen/layout_margin_medium"
                    android:weightSum="3"
                    android:orientation="horizontal">
                    android:orientation="horizontal"
                    android:baselineAligned="false">

                    <LinearLayout
                        android:id="@+id/app_rating_container"