Skip to content

Commit

Permalink
Voice
Browse files Browse the repository at this point in the history
  • Loading branch information
theexpensiveinformatics committed May 28, 2023
1 parent 40850aa commit a296cab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,8 @@ public void run() {
@Override
public void run() {
FirstAidArticle.super.onBackPressed();
t1.stop();
finish();
}
});
}
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_sos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
android:layout_gravity="center"
android:layout_marginRight="45dp"
android:layout_marginLeft="45dp"
android:text="When your phone is shaken more than 3 times,\na message will be sent to your emergency contacts."
android:text="When your phone is shaken more than 3 times,a message will be sent to your emergency contacts."
android:gravity="center"
android:fontFamily="@font/regular_e"
android:layout_marginTop="5dp"/>
Expand Down Expand Up @@ -109,11 +109,11 @@
android:layout_height="match_parent"
android:gravity="center"
android:textSize="13dp"
android:text="Add Emergency Contact "
android:text="Add Emergency Contact"
android:fontFamily="@font/regular"
android:textColor="@color/sos"/>
</LinearLayout>

`

<ListView
android:id="@+id/ListView"
Expand Down

0 comments on commit a296cab

Please sign in to comment.