jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/394453 )

Change subject: Make news text highlightable.
......................................................................


Make news text highlightable.

Change-Id: I75ef8ba4cbb5eddce73bb3ecee580c301e304c5e
---
M app/src/main/res/layout/fragment_news.xml
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Dbrant: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/app/src/main/res/layout/fragment_news.xml 
b/app/src/main/res/layout/fragment_news.xml
index f6c159d..c659c88 100644
--- a/app/src/main/res/layout/fragment_news.xml
+++ b/app/src/main/res/layout/fragment_news.xml
@@ -66,7 +66,7 @@
             android:orientation="vertical"
             android:fitsSystemWindows="true">
 
-            <TextView
+            <org.wikipedia.views.AppTextView
                 android:id="@+id/view_news_fullscreen_story_text"
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
@@ -74,6 +74,7 @@
                 android:textSize="16sp"
                 android:fontFamily="serif"
                 android:lineSpacingMultiplier="1.2"
+                android:textIsSelectable="true"
                 android:textColor="?attr/section_title_color"
                 android:background="?attr/paper_color"
                 style="@style/RtlAwareTextView"/>

-- 
To view, visit https://gerrit.wikimedia.org/r/394453
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I75ef8ba4cbb5eddce73bb3ecee580c301e304c5e
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Dbrant <[email protected]>
Gerrit-Reviewer: Brion VIBBER <[email protected]>
Gerrit-Reviewer: Cooltey <[email protected]>
Gerrit-Reviewer: Dbrant <[email protected]>
Gerrit-Reviewer: Sharvaniharan <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to