Moved hardcoded URLs to a constant file Fixed #2850 (#2851)

* Moved hardcoded URLs to build.grade Fixed #2850

* Moved Urls to a constant file

* Fixed Typo
This commit is contained in:
Madhur Gupta 2019-05-10 17:39:32 +05:30 committed by neslihanturan
parent a4ac27d5d3
commit 5d827e44ae
4 changed files with 38 additions and 16 deletions

View file

@ -69,8 +69,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/small_gap"
android:gravity="center"
android:text="@string/about_improve" />
android:gravity="center" />
<LinearLayout