File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77## Gradle
88
99```
10- implementation 'com.vmos:sample-kit:1.0.8 '
10+ implementation 'com.vmos:sample-kit:1.0.9 '
1111```
1212
1313
Original file line number Diff line number Diff line change 1414 <item name =" android:statusBarColor" >?attr/colorPrimaryVariant</item >
1515 <!-- Customize your theme here. -->
1616 </style >
17-
18- <style name =" RoundedAppLogo" >
19- <item name =" cornerFamily" >rounded</item >
20- <item name =" cornerSize" >12dp</item >
21- </style >
2217</resources >
Original file line number Diff line number Diff line change 1414 targetSdkVersion = 33
1515 compileSdkVersion = 33
1616
17- versionCode = 8
18- versionName = " 1.0.8 "
17+ versionCode = 9
18+ versionName = " 1.0.9 "
1919 groupId = ' com.vmos'
2020 description = ' android sample kit'
2121 gitUrl = ' https://github.com/vmos-dev/sample-kit'
Original file line number Diff line number Diff line change 2222
2323
2424 <com .google.android.material.imageview.ShapeableImageView
25- app : shapeAppearance =" @style/RoundedAppLogo "
25+ app : shapeAppearance =" @style/SampleRoundedAppLogo "
2626 android : id =" @+id/iv_logo"
2727 android : background =" @android:color/white"
2828 android : layout_width =" 44dp"
2929 android : layout_height =" 44dp"
3030 app : layout_constraintEnd_toEndOf =" parent"
3131 app : layout_constraintStart_toStartOf =" parent"
3232 app : layout_constraintTop_toTopOf =" parent"
33- tools : src =" @mipmap/ic_launcher " />
33+ tools : src =" @android:color/holo_green_light " />
3434
3535 <TextView
3636 android : id =" @+id/tv_create_time"
Original file line number Diff line number Diff line change 1+ <resources >
2+
3+ <style name =" SampleRoundedAppLogo" >
4+ <item name =" cornerFamily" >rounded</item >
5+ <item name =" cornerSize" >20%</item >
6+ </style >
7+
8+ </resources >
You can’t perform that action at this time.
0 commit comments