]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/no_profiles.xml
reorganize main activity layout to let the CoordinatorLayout do its job with the...
[mobile-ledger.git] / app / src / main / res / layout / no_profiles.xml
index a072d151dffc1fefe8f958237fb62645234c24f1..8a7049616bdf2b99a44f4de4752d46b1b6b49f0e 100644 (file)
@@ -21,7 +21,7 @@
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:background="?table_row_dark_bg"
-    android:visibility="gone">
+    android:visibility="visible">
 
     <FrameLayout
         android:id="@+id/welcome_header"
@@ -78,6 +78,7 @@
             android:layout_marginEnd="8dp"
             android:layout_marginBottom="8dp"
             android:backgroundTint="?colorAccent"
+            android:textColor="@color/design_default_color_on_primary"
             android:drawablePadding="16dp"
             android:text="@string/create_profile_label"
             app:layout_constraintBottom_toBottomOf="parent"