File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
feature_records/src/main/res/layout
feature_statistics_detail/src/main/res/layout
feature_statistics/src/main/res/layout Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 3838 style =" @style/ContainerRangeButton"
3939 android : layout_width =" 0dp"
4040 android : layout_marginStart =" 8dp"
41+ app : iconGravity =" textStart"
42+ app : iconPadding =" 0dp"
4143 app : layout_constraintBottom_toBottomOf =" parent"
4244 app : layout_constraintEnd_toStartOf =" @id/btnRecordsContainerToday"
4345 app : layout_constraintStart_toStartOf =" parent" />
5759 android : layout_width =" 0dp"
5860 android : layout_marginEnd =" 8dp"
5961 app : icon =" @drawable/arrow_right"
60- app : iconGravity =" end"
62+ app : iconGravity =" textEnd"
63+ app : iconPadding =" 0dp"
6164 app : layout_constraintBottom_toBottomOf =" parent"
6265 app : layout_constraintEnd_toEndOf =" parent"
6366 app : layout_constraintStart_toEndOf =" @id/btnRecordsContainerToday" />
Original file line number Diff line number Diff line change 1717 style =" @style/ContainerRangeButton"
1818 android : layout_width =" 0dp"
1919 android : layout_marginStart =" 8dp"
20+ app : iconGravity =" textStart"
21+ app : iconPadding =" 0dp"
2022 app : layout_constraintBottom_toBottomOf =" parent"
2123 app : layout_constraintEnd_toStartOf =" @id/btnStatisticsContainerToday"
2224 app : layout_constraintStart_toStartOf =" parent" />
4547 android : layout_width =" 0dp"
4648 android : layout_marginEnd =" 8dp"
4749 app : icon =" @drawable/arrow_right"
48- app : iconGravity =" end"
50+ app : iconGravity =" textEnd"
51+ app : iconPadding =" 0dp"
4952 app : layout_constraintBottom_toBottomOf =" parent"
5053 app : layout_constraintEnd_toEndOf =" parent"
5154 app : layout_constraintHorizontal_weight =" 1"
Original file line number Diff line number Diff line change 102102 style =" @style/ContainerRangeButton"
103103 android : layout_width =" 0dp"
104104 android : layout_marginStart =" 8dp"
105+ app : iconGravity =" textStart"
106+ app : iconPadding =" 0dp"
105107 app : layout_constraintBottom_toBottomOf =" @id/btnStatisticsDetailToday"
106108 app : layout_constraintEnd_toStartOf =" @id/btnStatisticsDetailToday"
107109 app : layout_constraintStart_toStartOf =" parent" />
130132 android : layout_width =" 0dp"
131133 android : layout_marginEnd =" 8dp"
132134 app : icon =" @drawable/arrow_right"
133- app : iconGravity =" end"
135+ app : iconGravity =" textEnd"
136+ app : iconPadding =" 0dp"
134137 app : layout_constraintBottom_toBottomOf =" @id/btnStatisticsDetailToday"
135138 app : layout_constraintEnd_toEndOf =" parent"
136139 app : layout_constraintStart_toEndOf =" @id/btnStatisticsDetailToday" />
You can’t perform that action at this time.
0 commit comments