Commit 58314e43 authored by clairehurst's avatar clairehurst 🌱 Committed by morgan
Browse files

fixup! [android] Implement Android-native Connection Assist UI

parent 81957030
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -133,11 +133,12 @@

    <ImageView
        android:id="@+id/wordmarkLogo"
        android:layout_width="160dp"
        android:layout_height="160dp"
        android:contentDescription=""
        android:src="@mipmap/ic_launcher_round"

        android:layout_width="192dp"
        android:layout_height="192dp"
        android:contentDescription="@string/app_name"
        android:scaleX="1.8"
        android:scaleY="1.8"
        app:srcCompat="@mipmap/ic_launcher_foreground"
        android:visibility="gone"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"