Bug 1400950 - Update title font size and spacing. r?mcomella draft
authorChenxia Liu <liuche@mozilla.com>
Tue, 19 Sep 2017 18:10:50 -0700
changeset 667396 62618299c95e302ea01730c47a7dbca407764289
parent 667395 5a456f4fd3195930d59728b43c1ef3529aba1fbd
child 667397 83966a788a801e0e79860a7e46d19f4259a3abd9
push id80692
push usercliu@mozilla.com
push dateWed, 20 Sep 2017 01:39:25 +0000
reviewersmcomella
bugs1400950
milestone57.0a1
Bug 1400950 - Update title font size and spacing. r?mcomella MozReview-Commit-ID: Ajd5fhI0Y0y
mobile/android/app/src/main/res/layout/activity_stream_main_highlightstitle.xml
--- a/mobile/android/app/src/main/res/layout/activity_stream_main_highlightstitle.xml
+++ b/mobile/android/app/src/main/res/layout/activity_stream_main_highlightstitle.xml
@@ -10,30 +10,30 @@
 
     <TextView
         android:id="@+id/title_highlights"
         android:layout_width="0dp"
         android:layout_height="wrap_content"
         android:layout_weight="1"
         android:layout_margin="@dimen/activity_stream_base_margin"
         android:textColor="#FF858585"
-        android:textSize="16sp"
+        android:textSize="18sp"
         android:textStyle="bold" />
 
     <!-- These *_link items are shown if the constructor includes a link to be shown
     on the right side of the stream title -->
     <TextView
         android:id="@+id/title_link"
         android:layout_width="wrap_content"
         android:layout_height="match_parent"
         android:gravity="center_vertical"
         android:paddingStart="0dp"
         android:paddingLeft="0dp"
-        android:paddingEnd="@dimen/activity_stream_base_margin"
-        android:paddingRight="@dimen/activity_stream_base_margin"
+        android:paddingEnd="5dp"
+        android:paddingRight="5dp"
         android:textAppearance="@style/TextAppearance.Link"
         android:textAllCaps="true"
         android:visibility="gone"/>
 
     <ImageView
         android:id="@+id/arrow_link"
         android:layout_width="wrap_content"
         android:layout_height="match_parent"