|
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> |
| 107 | + <TextView |
| 108 | + android:id="@+id/about_rate_us" |
| 109 | + android:layout_width="wrap_content" |
| 110 | + android:layout_height="wrap_content" |
| 111 | + android:layout_marginTop="@dimen/standard_gap" |
| 112 | + android:gravity="center" |
| 113 | + android:textColor="@color/primaryColor" |
| 114 | + android:text="@string/about_rate_us" /> |
| 115 | + |
| 116 | + <TextView |
| 117 | + android:id="@+id/about_privacy_policy" |
| 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:textColor="@color/primaryColor" |
| 123 | + android:gravity="center" |
| 124 | + android:text="@string/about_privacy_policy" /> |
| 125 | + |
| 126 | + <TextView |
| 127 | + android:id="@+id/about_credits" |
| 128 | + style="?android:textAppearanceSmall" |
| 129 | + android:layout_width="wrap_content" |
| 130 | + android:layout_height="wrap_content" |
| 131 | + android:textColor="@color/primaryColor" |
| 132 | + android:layout_marginTop="@dimen/standard_gap" |
| 133 | + android:gravity="center" |
| 134 | + android:text="@string/about_credits" /> |
| 135 | + |
| 136 | + <TextView |
| 137 | + android:id="@+id/about_uploads_to" |
| 138 | + style="?android:textAppearanceSmall" |
| 139 | + android:layout_width="wrap_content" |
| 140 | + android:layout_height="wrap_content" |
| 141 | + android:layout_marginTop="@dimen/large_gap" |
| 142 | + android:alpha="0.2" |
| 143 | + android:gravity="center" /> |
| 144 | + |
| 145 | + </LinearLayout> |
135 | 146 | </RelativeLayout> |
136 | 147 | </ScrollView> |
137 | 148 |
|
|
0 commit comments