]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/no_profiles.xml
whitespace
[mobile-ledger.git] / app / src / main / res / layout / no_profiles.xml
index 3deb8459cb04a74784bd2fbe88e349ddc7e4018d..f3a4d4d6defb898a765d7c5ed3fc421615c4da9d 100644 (file)
@@ -17,8 +17,8 @@
 
 <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
     android:id="@+id/no_profiles_layout"
+    android:visibility="gone"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:background="?table_row_dark_bg"
@@ -44,8 +44,8 @@
         android:layout_marginTop="24dp"
         android:layout_marginEnd="8dp"
         android:text="@string/text_welcome_profile_needed"
-        android:textSize="20sp"
         android:textColor="?textColor"
+        android:textSize="20sp"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="parent"
         app:layout_constraintTop_toBottomOf="@+id/textView" />