Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anirudh committed Nov 14, 2019
1 parent cf59978 commit 5b0b86f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 18 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
applicationId "com.arghyam"
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionCode 3
versionName "0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/com/arghyam/help/ui/HelpActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class HelpActivity : AppCompatActivity() {
private fun initEmail() {
StringUtil().removeUnderlines(email.text as Spannable)
StringUtil().removeUnderlines(phone_1.text as Spannable)
StringUtil().removeUnderlines(phone_2 .text as Spannable)
}

private fun initToolbar() {
Expand Down
11 changes: 0 additions & 11 deletions app/src/main/res/layout/content_help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,6 @@
android:autoLink="phone"
android:textColor="@color/colorPrimary"/>

<TextView
android:id="@+id/phone_2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/help_num_two"
android:textSize="@dimen/text_size_16"
android:paddingTop="@dimen/margin_8"
android:autoLink="phone"
android:textColor="@color/colorPrimary"/>


<View
android:layout_width="match_parent"
android:layout_height="2dp"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/custom_toolbar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
android:layout_alignBottom="@id/badge"
android:gravity="center"
android:visibility="gone"
android:text="1"
android:textSize="10sp"
android:text="100"
android:textSize="8sp"
android:textColor="@color/white"
/>
</RelativeLayout>
Expand Down
5 changes: 2 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,9 @@
<string name="faq_question_three">
<![CDATA[Go to Play Store, then tap Menu > My apps & games. Tap UPDATE next to ForWater. Alternatively, go to Play Store and search for ForWater. Tap UPDATE under ForWater.]]></string>
<string name="email_us">Email us at</string>
<string name="help_mail">[email protected]</string>
<string name="help_mail">[email protected]</string>
<string name="phone_us">Phone us at</string>
<string name="help_num_one">+91 9876 543 210</string>
<string name="help_num_two">+91 9876 543 211</string>
<string name="help_num_one">080-41698941</string>
<string name="title_faq">FAQs</string>
<string name="title_help">Help</string>
<string name="reviewer_rejected">Spring discharge data has been rejected</string>
Expand Down

0 comments on commit 5b0b86f

Please sign in to comment.