Skip to content

Commit 6277272

Browse files
Fix merge conflicts
1 parent eeaa9a9 commit 6277272

File tree

1 file changed

+4
-31
lines changed

1 file changed

+4
-31
lines changed

app/src/main/res/layout/activity_about.xml

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -104,35 +104,6 @@
104104

105105
</LinearLayout>
106106

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-
136107
<TextView
137108
android:id="@+id/about_rate_us"
138109
android:layout_width="wrap_content"
@@ -142,20 +113,22 @@
142113
android:textColor="@color/primaryColor"
143114
android:text="@string/about_rate_us" />
144115

145-
<fr.free.nrw.commons.ui.widget.HtmlTextView
116+
<TextView
146117
android:id="@+id/about_privacy_policy"
147118
style="?android:textAppearanceSmall"
148119
android:layout_width="wrap_content"
149120
android:layout_height="wrap_content"
150121
android:layout_marginTop="@dimen/standard_gap"
122+
android:textColor="@color/primaryColor"
151123
android:gravity="center"
152124
android:text="@string/about_privacy_policy" />
153125

154-
<fr.free.nrw.commons.ui.widget.HtmlTextView
126+
<TextView
155127
android:id="@+id/about_credits"
156128
style="?android:textAppearanceSmall"
157129
android:layout_width="wrap_content"
158130
android:layout_height="wrap_content"
131+
android:textColor="@color/primaryColor"
159132
android:layout_marginTop="@dimen/standard_gap"
160133
android:gravity="center"
161134
android:text="@string/about_credits" />

0 commit comments

Comments
 (0)