mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 02:17:43 +03:00
use themed color instead of white
This commit is contained in:
parent
92f12ac6a9
commit
57f0df279a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:text="@string/placeholder_sentence"
|
android:text="@string/placeholder_sentence"
|
||||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||||
android:textColor="@color/white"/>
|
android:textColor="@color/primary_button_text_color"/>
|
||||||
|
|
||||||
<android.support.v4.view.ViewPager
|
<android.support.v4.view.ViewPager
|
||||||
android:id="@+id/contentPanel"
|
android:id="@+id/contentPanel"
|
||||||
|
|
Loading…
Reference in a new issue