Bug 1306609 - Activity Stream: Update look and feel of highlights headline. r?ahunt draft
authorSebastian Kaspari <s.kaspari@gmail.com>
Tue, 04 Oct 2016 14:30:37 +0200
changeset 420791 3f380ce7b4250deb76badfb1dbf93e11a2befce8
parent 420790 072f415c03f4d5de88f6a7083d9c85b995289d21
child 420792 21767d2e4f114387d4fc6c4e8ec1b24b8fe78fc1
push id31295
push users.kaspari@gmail.com
push dateTue, 04 Oct 2016 17:38:39 +0000
reviewersahunt
bugs1306609
milestone52.0a1
Bug 1306609 - Activity Stream: Update look and feel of highlights headline. r?ahunt MozReview-Commit-ID: DKacqgyLQXk
mobile/android/base/resources/layout/activity_stream_main_toppanel.xml
--- a/mobile/android/base/resources/layout/activity_stream_main_toppanel.xml
+++ b/mobile/android/base/resources/layout/activity_stream_main_toppanel.xml
@@ -32,19 +32,24 @@
         android:layout_width="match_parent"
         android:layout_height="0.5dp"
         android:padding="4dp"
         android:background="@color/disabled_grey"
         android:layout_below="@+id/topsites_indicator" />
 
     <TextView
         android:id="@+id/title_highlights"
-        android:padding="4dp"
+        android:layout_marginLeft="@dimen/tab_strip_content_start"
+        android:layout_marginStart="@dimen/tab_strip_content_start"
+        android:layout_marginTop="8dp"
+        android:layout_marginRight="4dp"
+        android:layout_marginEnd="4dp"
         android:text="@string/activity_stream_highlights"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:textStyle="bold"
-        android:textSize="14sp"
+        android:textSize="16sp"
+        android:textColor="#FF858585"
         android:layout_below="@+id/divider"
         android:layout_alignParentLeft="true"
         android:layout_alignParentStart="true" />
 
 </RelativeLayout>
\ No newline at end of file