Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Feb 16, 2021
1 parent 51fb4c6 commit d392004
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/item_find2_header_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
android:padding="9dp"
android:singleLine="true"
android:text="@string/app_name"
android:textColor="@color/tv_text_secondary"
android:textSize="16sp"
android:textStyle="bold" />
3 changes: 2 additions & 1 deletion app/src/main/res/layout/item_find_left.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
android:layout_height="wrap_content"
android:padding="6dp"
android:singleLine="true"
android:text="@string/app_name" />
android:text="@string/app_name"
android:textColor="@color/tv_text_default" />
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ ext {
support_library_version = '28.0.0'
}
buildscript {
ext.kotlin_version = '1.4.21'
ext.kotlin_version = '1.4.30'
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'org.greenrobot:greendao-gradle-plugin:3.3.0'
classpath 'com.google.gms:google-services:4.3.4'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.4.1'
Expand Down

0 comments on commit d392004

Please sign in to comment.