Skip to content

Instantly share code, notes, and snippets.

View Smarshal21's full-sized avatar
🎯
Focusing

Smarshal Smarshal21

🎯
Focusing
View GitHub Profile
@Smarshal21
Smarshal21 / activity_main.xml
Created June 20, 2022 16:32 — forked from ssaurel/activity_main.xml
Step Counter Fitness App in Kotlin on the SSaurel's Blog
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.ssaurel.stepcounter.MainActivity">
<TextView
android:id="@+id/stepsLbl"