]> git.ktnx.net Git - mobile-ledger.git/commitdiff
let the loading screen use the default background color
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 3 May 2019 16:07:31 +0000 (19:07 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 3 May 2019 16:11:45 +0000 (19:11 +0300)
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"