Skip to content

Commit

Permalink
Fixed header text
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshp007 committed Apr 1, 2022
1 parent f63c2c5 commit 0949e33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
android:textColor="@color/textColor"
android:textSize="12sp"
app:layout_constraintBottom_toTopOf="@+id/tv_monthYear"
app:layout_constraintEnd_toEndOf="@+id/tv_monthYear"
app:layout_constraintStart_toStartOf="@+id/tv_monthYear"
app:layout_constraintTop_toTopOf="@+id/tv_date"
app:layout_constraintVertical_chainStyle="packed"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10'

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 0949e33

Please sign in to comment.