|
104 | 104 |
|
105 | 105 | </LinearLayout> |
106 | 106 |
|
107 | | - <fr.free.nrw.commons.ui.widget.HtmlTextView |
108 | | - android:id="@+id/about_privacy_policy" |
109 | | - style="?android:textAppearanceSmall" |
110 | | - android:layout_width="wrap_content" |
111 | | - android:layout_height="wrap_content" |
112 | | - android:layout_marginTop="@dimen/standard_gap" |
113 | | - android:gravity="center" |
114 | | - android:text="@string/about_privacy_policy" /> |
115 | | - |
116 | | - <fr.free.nrw.commons.ui.widget.HtmlTextView |
117 | | - android:id="@+id/about_credits" |
118 | | - style="?android:textAppearanceSmall" |
119 | | - android:layout_width="wrap_content" |
120 | | - android:layout_height="wrap_content" |
121 | | - android:layout_marginTop="@dimen/standard_gap" |
122 | | - android:gravity="center" |
123 | | - android:text="@string/about_credits" /> |
124 | | - |
125 | | - <TextView |
126 | | - android:id="@+id/about_uploads_to" |
127 | | - style="?android:textAppearanceSmall" |
128 | | - android:layout_width="wrap_content" |
129 | | - android:layout_height="wrap_content" |
130 | | - android:layout_marginTop="@dimen/large_gap" |
131 | | - android:alpha="0.2" |
132 | | - android:gravity="center" /> |
133 | | - |
134 | | - </LinearLayout> |
135 | | - |
136 | 107 | <TextView |
137 | 108 | android:id="@+id/about_rate_us" |
138 | 109 | android:layout_width="wrap_content" |
|
142 | 113 | android:textColor="@color/primaryColor" |
143 | 114 | android:text="@string/about_rate_us" /> |
144 | 115 |
|
145 | | - <fr.free.nrw.commons.ui.widget.HtmlTextView |
| 116 | + <TextView |
146 | 117 | android:id="@+id/about_privacy_policy" |
147 | 118 | style="?android:textAppearanceSmall" |
148 | 119 | android:layout_width="wrap_content" |
149 | 120 | android:layout_height="wrap_content" |
150 | 121 | android:layout_marginTop="@dimen/standard_gap" |
| 122 | + android:textColor="@color/primaryColor" |
151 | 123 | android:gravity="center" |
152 | 124 | android:text="@string/about_privacy_policy" /> |
153 | 125 |
|
154 | | - <fr.free.nrw.commons.ui.widget.HtmlTextView |
| 126 | + <TextView |
155 | 127 | android:id="@+id/about_credits" |
156 | 128 | style="?android:textAppearanceSmall" |
157 | 129 | android:layout_width="wrap_content" |
158 | 130 | android:layout_height="wrap_content" |
| 131 | + android:textColor="@color/primaryColor" |
159 | 132 | android:layout_marginTop="@dimen/standard_gap" |
160 | 133 | android:gravity="center" |
161 | 134 | android:text="@string/about_credits" /> |
|
0 commit comments