Logo replacement

This commit is contained in:
Kelvin 2024-03-19 20:41:01 +01:00
parent be2067067b
commit 84622e22aa

View File

@ -13,7 +13,7 @@
android:layout_marginStart="16dp" android:layout_marginStart="16dp"
android:layout_marginEnd="4dp" android:layout_marginEnd="4dp"
android:scaleType="fitCenter" android:scaleType="fitCenter"
app:srcCompat="@drawable/ic_construction" /> app:srcCompat="@drawable/foreground" />
<!--<ImageButton <!--<ImageButton
android:layout_width="wrap_content" android:layout_width="wrap_content"
@ -22,17 +22,19 @@
android:scaleType="fitCenter" android:scaleType="fitCenter"
app:srcCompat="@drawable/ic_futo_logo_text" />--> app:srcCompat="@drawable/ic_futo_logo_text" />-->
<!--
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent"
android:textSize="28dp" android:textSize="28dp"
android:fontFamily="@font/inter_bold" android:layout_marginTop="-2dp"
android:text="TEST BUILD" android:fontFamily="@font/inter_light"
android:text="Grayjay"
android:textColor="@color/white" android:textColor="@color/white"
android:gravity="center_vertical" android:gravity="center_vertical"
android:layout_marginStart="8dp"/>--> android:layout_marginStart="8dp"/>
<!--
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent"
@ -54,7 +56,7 @@
android:text="@string/construction" android:text="@string/construction"
android:textColor="@color/white" android:textColor="@color/white"
android:layout_marginTop="-8dp"/> android:layout_marginTop="-8dp"/>
</LinearLayout> </LinearLayout>-->
<Space <Space
android:layout_width="0dp" android:layout_width="0dp"