Commit d9d678b2 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Change color for hostnames at embeded url messages

parent 9a870357
......@@ -63,7 +63,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:enabled="false"
android:textColor="@color/timestamp"
android:textColor="@color/color_timestamp"
tools:text="12:34" />
<View
......
......@@ -50,7 +50,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:enabled="false"
android:textColor="@color/timestamp"
android:textColor="@color/color_timestamp"
tools:text="12:34" />
<View
......
......@@ -8,5 +8,4 @@
<color name="colorAccent_a40">#662D91FA</color>
<color name="textColorLink">#008ce3</color>
<color name="colorRed400">#FFEF5350</color>
<color name="timestamp">#FFA8A8A8</color>
</resources>
\ No newline at end of file
......@@ -36,6 +36,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:layout_marginBottom="2dp"
android:textColor="@color/color_embed_hostname"
android:enabled="false" />
<TextView
......
......@@ -3,4 +3,6 @@
<color name="color_accent">#FF2D91FA</color>
<color name="color_shadow">#FFE6E6E7</color>
<color name="color_icon_composer">#FFA8A8A8</color>
<color name="color_timestamp">#FFA8A8A8</color>
<color name="color_embed_hostname">@color/color_timestamp</color>
</resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment