make the font brighter

This commit is contained in:
tibbi 2016-06-03 23:07:04 +02:00
parent daab399364
commit 0b1ca2cce5

View File

@ -10,5 +10,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@null"
android:gravity="top"/>
android:gravity="top"
android:textColor="@color/dark_grey"/>
</RelativeLayout>