Tweak height

Stephen Paul Weber created

Change summary

src/cheogram/res/layout/activity_welcome.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

src/cheogram/res/layout/activity_welcome.xml 🔗

@@ -172,7 +172,7 @@
         <com.caverock.androidsvg.SVGImageView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
-           android:layout_weight="0.3"
+           android:layout_weight="1"
            android:layout_gravity="center"
            app:svg="@raw/federation_diagram" />
     </LinearLayout>