Bug 1306609 - Remove MORE link from activity stream panel. r=ahunt

MozReview-Commit-ID: 7TMGKX4pXrO

--HG--
extra : rebase_source : 682eedc14b30113b04b051d14e1836aa97da0fa3
This commit is contained in:
Sebastian Kaspari 2016-10-04 14:11:39 +02:00
parent ae479daed9
commit b197ec34c2
3 changed files with 2 additions and 23 deletions

View File

@ -833,6 +833,3 @@ just addresses the organization to follow, e.g. "This site is run by " -->
<!ENTITY activity_stream_topsites "Top Sites"> <!ENTITY activity_stream_topsites "Top Sites">
<!ENTITY activity_stream_highlights "Highlights"> <!ENTITY activity_stream_highlights "Highlights">
<!-- LOCALIZATION NOTE (activity_stream_more): Link that opens the detailed bookmark/history lists
when pressed. -->
<!ENTITY activity_stream_more "More">

View File

@ -33,9 +33,7 @@
android:layout_height="0.5dp" android:layout_height="0.5dp"
android:padding="4dp" android:padding="4dp"
android:background="@color/disabled_grey" android:background="@color/disabled_grey"
android:layout_below="@+id/topsites_indicator" android:layout_below="@+id/topsites_indicator" />
android:layout_alignRight="@+id/more_highlights"
android:layout_alignEnd="@+id/more_highlights"/>
<TextView <TextView
android:id="@+id/title_highlights" android:id="@+id/title_highlights"
@ -47,21 +45,6 @@
android:textSize="14sp" android:textSize="14sp"
android:layout_below="@+id/divider" android:layout_below="@+id/divider"
android:layout_alignParentLeft="true" android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" android:layout_alignParentStart="true" />
android:layout_toLeftOf="@+id/more_highlights"
android:layout_toStartOf="@+id/more_highlights"/>
<TextView
android:id="@+id/more_highlights"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="4dp"
android:textAllCaps="true"
android:textColor="@android:color/holo_orange_dark"
android:textSize="14sp"
android:text="@string/activity_stream_more"
android:layout_below="@+id/divider"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"/>
</RelativeLayout> </RelativeLayout>

View File

@ -632,5 +632,4 @@
<string name="activity_stream_topsites">&activity_stream_topsites;</string> <string name="activity_stream_topsites">&activity_stream_topsites;</string>
<string name="activity_stream_highlights">&activity_stream_highlights;</string> <string name="activity_stream_highlights">&activity_stream_highlights;</string>
<string name="activity_stream_more">&activity_stream_more;</string>
</resources> </resources>