Skip to content

Commit e259634

Browse files
about page cleanup
1 parent acd8656 commit e259634

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

app/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Build Properties
2-
#Sat Oct 19 08:20:38 EDT 2019
2+
#Sat Oct 19 13:21:48 EDT 2019
33
version_minor=0
4-
version_build=12
4+
version_build=14
55
version_patch=8
66
version_major=2
77
version_store=49

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -161,18 +161,6 @@
161161
android:autoLink="web"
162162
android:text="@string/about_faq_url"/>
163163

164-
<TextView
165-
android:layout_width="wrap_content"
166-
android:layout_height="wrap_content"
167-
android:layout_marginTop="@dimen/activity_vertical_margin"
168-
android:text="@string/about_donation"/>
169-
170-
<TextView
171-
android:layout_width="wrap_content"
172-
android:layout_height="wrap_content"
173-
android:autoLink="web"
174-
android:text="@string/about_donation_url"/>
175-
176164
<Button
177165
android:id="@+id/contributors"
178166
android:layout_width="wrap_content"

app/src/main/res/values/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@
177177
<string name="about_how_to_url" translatable="false">"https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/#how-to"</string>
178178
<string name="about_faq" translatable="false">"FAQ:"</string>
179179
<string name="about_faq_url" translatable="false">"https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/#faq"</string>
180-
<string name="about_donation" translatable="false">"Donations:"</string>
181-
<string name="about_donation_url" translatable="false">"https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/#donations"</string>
182180
<string name="about_contributor_title">"Contributors"</string>
183181
<string name="about_write_review">"Write a Review"</string>
184182
<!-- about end -->

0 commit comments

Comments
 (0)