Skip to content

Commit

Permalink
changed splashscreen and fixed variables on shop screen
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaK2905 committed Feb 18, 2025
1 parent 398080e commit 20f297d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class ShopFragment : Fragment(), ShopAdapter.OnBuyItemListener {

private fun updateCoinTotalUI(newProfile: Profile?) {
if (newProfile != null) {
coin_total_textview.text = String.format("%,d", newProfile.pointsAccumulated)
number_of_coins_textview.text = String.format("%,d", newProfile.pointsAccumulated)
}
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/activity_splash_screen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
<ImageView
android:layout_width="0dp"
android:layout_height="0dp"
android:alpha="0.3"
android:scaleType="fitXY"
android:src="@drawable/scanner_background_svg"
android:src="@drawable/olympus_splashscreen"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
Expand Down

0 comments on commit 20f297d

Please sign in to comment.