File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version= " 1.4.10 "
4+ ext. kotlin_version= " 1.4.20 "
55 repositories {
66 google()
77 jcenter()
Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ dependencies {
4444 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:${ kotlin_version} "
4545 implementation ' androidx.appcompat:appcompat:1.2.0'
4646 implementation ' androidx.recyclerview:recyclerview:1.1.0'
47- implementation ' androidx.constraintlayout:constraintlayout:2.0.1'
48- implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
49- testImplementation ' junit:junit:4.12'
50- androidTestImplementation ' androidx.test.ext:junit:1.1.1'
51- androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.0'
47+ implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
48+ implementation " androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
5249}
Original file line number Diff line number Diff line change 55 <application >
66 <activity
77 android : name =" .FilePickerActivity"
8+ android : theme =" @style/Theme.AppCompat.Light.NoActionBar"
89 android : configChanges =" orientation|screenSize" />
910 </application >
1011</manifest >
Original file line number Diff line number Diff line change 4646 android : textAllCaps =" false"
4747 android : textColor =" ?android:attr/textColorPrimary" />
4848
49- <ImageButton
49+ <ImageView
5050 android : id =" @+id/btn_go_back_file_picker"
51- style =" @android: style/Widget.Holo.Button.Borderless "
51+ style =" @style/Widget.AppCompat.ActionButton "
5252 android : layout_width =" 54dp"
5353 android : layout_height =" 48dp"
5454 android : layout_alignParentStart =" true"
6969 android : layout_toEndOf =" @id/btn_go_back_file_picker"
7070 android : layout_toRightOf =" @id/btn_go_back_file_picker"
7171 android : maxLines =" 1"
72+ tools : text =" 1*"
7273 android : textColor =" ?android:attr/textColor"
7374 android : textSize =" 16sp" />
7475 </RelativeLayout >
9697 android : layout_width =" match_parent"
9798 android : layout_height =" 48dp"
9899 android : overScrollMode =" never"
100+ android : elevation =" 1dp"
99101 app : layout_constraintStart_toStartOf =" parent"
100102 app : layout_constraintTop_toBottomOf =" @+id/ll_tool_bar_file_picker" />
101103</androidx .constraintlayout.widget.ConstraintLayout>
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
3535// implementation 'com.squareup.picasso:picasso:2.5.2'
3636 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
3737 implementation ' androidx.appcompat:appcompat:1.2.0'
38- implementation ' androidx.constraintlayout:constraintlayout:2.0.1 '
38+ implementation ' androidx.constraintlayout:constraintlayout:2.0.4 '
3939 testImplementation ' junit:junit:4.12'
4040 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
4141 androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.0'
You can’t perform that action at this time.
0 commit comments