Fix #606 Wrong account name color in dark mode

This commit is contained in:
stefan-niedermann 2019-10-19 22:41:30 +02:00
parent 34e3f5e2af
commit eaddde6fb0
2 changed files with 4 additions and 3 deletions

View file

@ -21,6 +21,7 @@
android:fitsSystemWindows="true">
<androidx.core.widget.NestedScrollView
android:id="@+id/scrollView"
android:layout_width="match_parent"
android:layout_height="match_parent">
@ -70,7 +71,7 @@
android:shadowDy="0"
android:shadowRadius="2"
android:text="@string/app_name_long"
android:textColor="@color/fg_contrast"
android:textColor="@android:color/white"
android:textSize="14sp"
android:textStyle="bold" />
@ -89,7 +90,7 @@
android:shadowDx="0.5"
android:shadowDy="0"
android:shadowRadius="2"
android:textColor="@color/fg_contrast"
android:textColor="@android:color/white"
android:textSize="12sp"
tools:text="user@nextcloud.example.com"/>
</RelativeLayout>

View file

@ -1 +1 @@
- Announcment for Nextcloud Single-Sign-On
- #606 Wrong account name color in dark mode