]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/loading.xml
let the loading screen use the default background color
[mobile-ledger.git] / app / src / main / res / layout / loading.xml
index 23c63f6af982b690780970388cac624b74b1d667..fe56eca4e4709f41a8f390c83824fee01c7be9fa 100644 (file)
@@ -20,7 +20,6 @@
     android:id="@+id/loading_layout"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:background="?colorPrimary"
     android:padding="@dimen/activity_horizontal_margin">
 
     <TextView
@@ -29,7 +28,7 @@
         android:layout_height="wrap_content"
         android:layout_marginTop="48dp"
         android:text="@string/text_loading"
-        android:textColor="@android:color/white"
+        android:textColor="?colorPrimary"
         android:textSize="48sp"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toEndOf="parent"