From 6154f64120f97ba72b7bdf5f3445aca8f1253b72 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Mon, 5 Aug 2013 12:52:13 +0000
Subject: [PATCH] Set text resource color to stop color-change on touch

---
 res/layout/text_resource.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/res/layout/text_resource.xml b/res/layout/text_resource.xml
index 702612d1c..117705897 100644
--- a/res/layout/text_resource.xml
+++ b/res/layout/text_resource.xml
@@ -11,6 +11,7 @@
     android:layout_height="fill_parent"
     android:scrollbars="vertical"
     android:text="Release Notes"
+    android:textColor="#bebebe"
     />
 </LinearLayout>
 
-- 
GitLab