File tree Expand file tree Collapse file tree
buildSrc/src/main/kotlin/com/example/util/simpletimetracker
features/feature_views/src/main/res/layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ object Base {
55 const val namespace = " com.example.util.simpletimetracker"
66
77 // Raise by 2 to account for wear version code.
8- const val versionCode = 127
8+ const val versionCode = 129
99 const val versionName = " 1.54"
1010 const val minSDK = 21
1111 const val currentSDK = 35
Original file line number Diff line number Diff line change 6060 android : id =" @+id/tvRunningRecordItemName"
6161 android : layout_width =" 0dp"
6262 android : layout_height =" wrap_content"
63- android : layout_marginStart =" 8dp"
63+ android : layout_marginHorizontal =" 8dp"
6464 android : textColor =" ?appLightTextColor"
6565 android : textStyle =" bold"
6666 app : layout_constraintBottom_toTopOf =" @id/tvRunningRecordItemTimeStarted"
7474 android : id =" @+id/tvRunningRecordItemTimeStarted"
7575 android : layout_width =" 0dp"
7676 android : layout_height =" wrap_content"
77- android : layout_marginStart =" 8dp"
77+ android : layout_marginHorizontal =" 8dp"
7878 android : textColor =" ?appLightTextColor"
7979 app : layout_constraintBottom_toTopOf =" @id/tvRunningRecordItemComment"
8080 app : layout_constraintEnd_toStartOf =" @id/barrierRunningRecord"
165165 android : id =" @+id/tvRunningRecordItemComment"
166166 android : layout_width =" 0dp"
167167 android : layout_height =" wrap_content"
168- android : layout_marginStart =" 8dp"
168+ android : layout_marginHorizontal =" 8dp"
169169 android : textColor =" ?appLightTextColor"
170170 android : visibility =" gone"
171171 app : layout_constraintBottom_toBottomOf =" parent"
Original file line number Diff line number Diff line change 3232 android : id =" @+id/tvRecordItemName"
3333 android : layout_width =" 0dp"
3434 android : layout_height =" wrap_content"
35- android : layout_marginStart =" 8dp"
35+ android : layout_marginHorizontal =" 8dp"
3636 android : textColor =" ?appLightTextColor"
3737 android : textStyle =" bold"
3838 app : layout_constraintBottom_toTopOf =" @id/tvRecordItemTimeStarted"
9090 android : id =" @+id/tvRecordItemComment"
9191 android : layout_width =" 0dp"
9292 android : layout_height =" wrap_content"
93- android : layout_marginStart =" 8dp"
93+ android : layout_marginHorizontal =" 8dp"
9494 android : textColor =" ?appLightTextColor"
9595 android : visibility =" gone"
9696 app : layout_constraintBottom_toBottomOf =" parent"
You can’t perform that action at this time.
0 commit comments