Skip to content

Commit

Permalink
changed design of sauti button
Browse files Browse the repository at this point in the history
  • Loading branch information
codephillip committed Sep 19, 2020
1 parent 4c47d4c commit 6d58e46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Safepal/app/src/main/res/layout/content_cso.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,15 @@

<Button
android:id="@+id/cso_childhelpline_btn"
style="@style/NiceButton"
style="@style/materialButtonNormal"
android:drawableLeft="@drawable/sauti_logo_small"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="65dp"
android:layout_below="@+id/cso_horizotal_line_two"
android:layout_marginTop="14dp"
android:layout_marginBottom="14dp"
android:maxLines="1"
android:onClick="onClickCsoCall"
android:text="Call Toll Free"
android:text="@string/tap_to_call"
android:textStyle="bold" />

<LinearLayout
Expand All @@ -156,6 +155,7 @@
<Button
android:id="@+id/finish"
style="@style/materialButtonNormal"
android:background="@color/colorGreyDarker"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
Expand Down
1 change: 1 addition & 0 deletions Safepal/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
<string name="success_title">Congratulations</string>
<string name="failure_title">Try again</string>
<string name="faq_title">FAQ</string>
<string name="tap_to_call">Tap To Call</string>
<string-array name="not_your_fault_messages">
<item>Whatever happened was not your fault. No one has the right to sexually violate you. The rapist is solely to blame.
What a person wears, what a person says, or how a person acts cannot justify sexual violence.</item>
Expand Down

0 comments on commit 6d58e46

Please sign in to comment.