Bug 1306609 - Activity Stream highlights card: Update text colors. r?ahunt draft
authorSebastian Kaspari <s.kaspari@gmail.com>
Tue, 04 Oct 2016 15:14:42 +0200
changeset 420794 33b3f0d70e95570121da85b211d21cc7c190221a
parent 420793 9196e0026542c554f256c8c2a9a03e1514023914
child 421146 6b81c5972721ae8ece4a7efa08714ab3b80a25c0
push id31295
push users.kaspari@gmail.com
push dateTue, 04 Oct 2016 17:38:39 +0000
reviewersahunt
bugs1306609
milestone52.0a1
Bug 1306609 - Activity Stream highlights card: Update text colors. r?ahunt MozReview-Commit-ID: FROHMxV3woL
mobile/android/base/resources/layout/activity_stream_card_history_item.xml
--- a/mobile/android/base/resources/layout/activity_stream_card_history_item.xml
+++ b/mobile/android/base/resources/layout/activity_stream_card_history_item.xml
@@ -32,21 +32,23 @@
             android:layout_height="match_parent"
             android:layout_toEndOf="@id/icon"
             android:layout_toRightOf="@id/icon"
             android:maxLines="2"
             android:paddingLeft="8dp"
             android:paddingStart="8dp"
             android:textSize="14sp"
             android:textStyle="bold"
+            android:textColor="#ff000000"
             tools:text="Descriptive title of a page..." />
 
         <TextView
             android:id="@+id/card_history_time_since"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_alignParentEnd="true"
             android:layout_alignParentRight="true"
             android:layout_below="@id/card_history_label"
             android:textSize="12sp"
+            android:textColor="#ffd2d2d2"
             tools:text="20m" />
     </RelativeLayout>
 </android.support.v7.widget.CardView>