Skip to content

Commit ceb4105

Browse files
committed
fix comment border not visible in comment selection dialog
1 parent 5cde404 commit ceb4105

File tree

14 files changed

+19
-50
lines changed

14 files changed

+19
-50
lines changed

features/feature_base_adapter/src/main/res/layout/item_comment_field.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<com.google.android.material.textfield.TextInputLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:id="@+id/inputCommentField"
5-
style="@style/ChangeItemInputFieldDialog"
5+
style="@style/ChangeItemInputField"
66
android:layout_width="match_parent"
77
android:layout_height="wrap_content"
88
tools:layout_marginHorizontal="@dimen/edit_screen_margin_horizontal">

features/feature_data_edit/src/main/res/layout/data_edit_fragment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178

179179
<com.google.android.material.textfield.TextInputLayout
180180
android:id="@+id/inputDataEditChangeComment"
181-
style="@style/ChangeItemInputFieldDialog"
181+
style="@style/ChangeItemInputField"
182182
android:layout_width="match_parent"
183183
android:layout_height="wrap_content"
184184
android:layout_marginHorizontal="16dp"

features/feature_dialogs/src/main/res/layout/color_selection_dialog_fragment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
android:layout_height="0dp"
8181
android:layout_marginHorizontal="8dp"
8282
android:layout_marginBottom="10dp"
83-
app:cardBackgroundColor="?appInputFieldBorderDialogColor"
83+
app:cardBackgroundColor="?appInputFieldBorderColor"
8484
app:cardCornerRadius="@dimen/record_type_card_corner_radius"
8585
app:cardElevation="0dp"
8686
app:layout_constraintBottom_toTopOf="@id/inputColorSelectionHex"

features/feature_dialogs/src/main/res/layout/csv_export_settings_fragment.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<com.google.android.material.textfield.TextInputLayout
4242
android:id="@+id/inputCsvExportSettingsFileName"
43-
style="@style/ChangeItemInputFieldDialog"
43+
style="@style/ChangeItemInputField"
4444
android:layout_width="match_parent"
4545
android:layout_height="wrap_content"
4646
android:layout_marginHorizontal="@dimen/edit_screen_margin_horizontal"
@@ -99,7 +99,7 @@
9999
style="@style/InputFieldCardText"
100100
android:layout_width="match_parent"
101101
android:layout_height="match_parent"
102-
android:background="?appInputFieldBorderDialog"
102+
android:background="?appInputFieldBorder"
103103
android:gravity="center"
104104
android:maxLines="1"
105105
app:autoSizeMaxTextSize="16sp"
@@ -126,7 +126,7 @@
126126
style="@style/InputFieldCardText"
127127
android:layout_width="match_parent"
128128
android:layout_height="match_parent"
129-
android:background="?appInputFieldBorderDialog"
129+
android:background="?appInputFieldBorder"
130130
android:gravity="center"
131131
android:maxLines="1"
132132
app:autoSizeMaxTextSize="16sp"

features/feature_dialogs/src/main/res/layout/custom_range_selection_fragment.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
style="@style/InputFieldCardText"
3434
android:layout_width="match_parent"
3535
android:layout_height="match_parent"
36-
android:background="?appInputFieldBorderDialog"
36+
android:background="?appInputFieldBorder"
3737
android:gravity="center"
3838
android:maxLines="1"
3939
app:autoSizeMaxTextSize="16sp"
@@ -60,7 +60,7 @@
6060
style="@style/InputFieldCardText"
6161
android:layout_width="match_parent"
6262
android:layout_height="match_parent"
63-
android:background="?appInputFieldBorderDialog"
63+
android:background="?appInputFieldBorder"
6464
android:gravity="center"
6565
android:maxLines="1"
6666
app:autoSizeMaxTextSize="16sp"

features/feature_dialogs/src/main/res/layout/time_dialog_fragment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<com.google.android.material.textfield.TextInputLayout
1414
android:id="@+id/inputTimePickerSeconds"
15-
style="@style/ChangeItemInputFieldTimeDialog"
15+
style="@style/ChangeItemInputField"
1616
android:layout_width="match_parent"
1717
android:layout_height="wrap_content"
1818
android:layout_marginHorizontal="8dp"

features/feature_records_filter/src/main/res/layout/item_records_filter_range.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
style="@style/InputFieldCardText"
2222
android:layout_width="match_parent"
2323
android:layout_height="match_parent"
24-
android:background="?appInputFieldBorderDialog"
24+
android:background="?appInputFieldBorder"
2525
android:maxLines="1"
2626
app:autoSizeMaxTextSize="16sp"
2727
app:autoSizeMinTextSize="1sp"
@@ -48,7 +48,7 @@
4848
style="@style/InputFieldCardText"
4949
android:layout_width="match_parent"
5050
android:layout_height="match_parent"
51-
android:background="?appInputFieldBorderDialog"
51+
android:background="?appInputFieldBorder"
5252
android:maxLines="1"
5353
app:autoSizeMaxTextSize="16sp"
5454
app:autoSizeMinTextSize="1sp"

features/feature_tag_selection/src/main/java/com/example/util/simpletimetracker/feature_tag_selection/interactor/RecordTagSelectionViewDataInteractor.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ class RecordTagSelectionViewDataInteractor @Inject constructor(
8080
).data
8181
}
8282

83+
result += EmptySpaceViewData(
84+
id = "record_tag_selection_end_space".hashCode().toLong(),
85+
width = EmptySpaceViewData.ViewDimension.MatchParent,
86+
height = EmptySpaceViewData.ViewDimension.ExactSizeDp(8),
87+
)
88+
8389
return result
8490
}
8591
}

features/feature_views/src/main/res/color/states_input_field_border_dialog_color.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

features/feature_views/src/main/res/color/states_input_field_border_time_dialog_color.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)