mirror of
https://github.com/ChronosX88/Influence-P2P.git
synced 2024-11-22 15:22:18 +00:00
Fix for white text on Android 6.0
This commit is contained in:
parent
c42a00e6b7
commit
71f09b9571
@ -24,6 +24,7 @@
|
|||||||
android:layout_marginStart="4dp"
|
android:layout_marginStart="4dp"
|
||||||
android:layout_marginTop="7dp"
|
android:layout_marginTop="7dp"
|
||||||
android:id="@+id/message_text"
|
android:id="@+id/message_text"
|
||||||
|
android:textColor="#000000"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
android:padding="8dp"/>
|
android:padding="8dp"/>
|
||||||
<TextView
|
<TextView
|
||||||
@ -34,6 +35,7 @@
|
|||||||
android:layout_alignRight="@+id/message_text"
|
android:layout_alignRight="@+id/message_text"
|
||||||
android:paddingBottom="3dp"
|
android:paddingBottom="3dp"
|
||||||
android:paddingRight="4dp"
|
android:paddingRight="4dp"
|
||||||
|
android:textColor="#000000"
|
||||||
android:text="12:00"/>
|
android:text="12:00"/>
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user