diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-03-08 22:13:52 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-03-08 22:13:52 +0100 |
commit | 4b4ba6cff85c0bc80fa354a70d7b35b4cef9a672 (patch) | |
tree | fc95b70c4b24dd3a254b57e72d291928575fd084 /src/main/res/layout | |
parent | 74d6d10cb76b7440f57db193a3c38e476206969c (diff) |
reset link and highlight colors to system default
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/message_received.xml | 2 | ||||
-rw-r--r-- | src/main/res/layout/message_sent.xml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/main/res/layout/message_received.xml b/src/main/res/layout/message_received.xml index 93ab095b..fa690872 100644 --- a/src/main/res/layout/message_received.xml +++ b/src/main/res/layout/message_received.xml @@ -54,9 +54,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:autoLink="web|phone|email" - android:textColorLink="@color/primaryText" android:textColor="@color/primaryText" - android:textColorHighlight="@color/grey500" android:textSize="?attr/TextSizeBody" app:emojiconSize="28sp" /> diff --git a/src/main/res/layout/message_sent.xml b/src/main/res/layout/message_sent.xml index 909ae9c7..b74347d4 100644 --- a/src/main/res/layout/message_sent.xml +++ b/src/main/res/layout/message_sent.xml @@ -54,9 +54,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:autoLink="web|phone|email" - android:textColorLink="@color/primaryText" android:textColor="@color/primaryText" - android:textColorHighlight="@color/grey500" android:textSize="?attr/TextSizeBody" app:emojiconSize="28sp"/> |