Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkAe-ri committed Jul 29, 2022
1 parent e493d9e commit ea5561b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class PatientList : AppCompatActivity() {
}

fun clickCard(view: View, id: Int) {
val clickEffect = AnimationUtils.loadAnimation(this, R.anim.scale_up)
val clickEffect = AnimationUtils.loadAnimation(this, R.anim.scale_down)
view.startAnimation(clickEffect)
//Get Data!
getToken(this, object: TokenResult {
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/java/com/example/smox/caretaker/Schedule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ import android.content.Intent
import android.os.Bundle
import android.view.View
import android.view.animation.AnimationUtils
import android.widget.ProgressBar
import android.widget.TextView
import androidx.appcompat.app.AppCompatActivity
import com.example.smox.R
import com.example.smox.readFile
import com.github.ybq.android.spinkit.style.Wave
import com.google.gson.Gson
import com.google.gson.JsonObject

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/c_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
android:id="@+id/header">
<TextView
android:id="@+id/fullname"
android:layout_marginTop="40dp"
android:layout_marginTop="60dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Your Fullname"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@
<item name="SpinKit_Style">Wave</item>
</style>


</resources>

0 comments on commit ea5561b

Please sign in to comment.