|
111 | 111 | android:layout_width="match_parent"
|
112 | 112 | android:layout_height="wrap_content"
|
113 | 113 | android:layout_marginHorizontal="5dp"
|
114 |
| - android:layout_marginTop="16dp" |
115 | 114 | app:flexWrap="wrap"
|
116 | 115 | app:justifyContent="center"
|
117 | 116 | app:layout_constraintTop_toBottomOf="@id/btnRecordQuickActionsDelete">
|
|
129 | 128 |
|
130 | 129 | <androidx.appcompat.widget.AppCompatImageView
|
131 | 130 | android:id="@+id/ivRecordQuickActionsContinue"
|
132 |
| - style="@style/EditScreenControlButtonImage" |
| 131 | + style="@style/RecordQuickActionButtonImage" |
133 | 132 | android:layout_width="wrap_content"
|
134 | 133 | android:layout_height="match_parent"
|
135 | 134 | android:src="@drawable/action_continue"
|
|
140 | 139 |
|
141 | 140 | <androidx.appcompat.widget.AppCompatTextView
|
142 | 141 | android:id="@+id/tvRecordQuickActionsContinue"
|
143 |
| - style="@style/EditScreenControlButtonText" |
| 142 | + style="@style/RecordQuickActionButtonText" |
144 | 143 | android:layout_width="wrap_content"
|
145 | 144 | android:layout_height="match_parent"
|
146 | 145 | android:text="@string/change_record_continue"
|
|
164 | 163 |
|
165 | 164 | <androidx.appcompat.widget.AppCompatImageView
|
166 | 165 | android:id="@+id/ivRecordQuickActionsRepeat"
|
167 |
| - style="@style/EditScreenControlButtonImage" |
| 166 | + style="@style/RecordQuickActionButtonImage" |
168 | 167 | android:layout_width="wrap_content"
|
169 | 168 | android:layout_height="match_parent"
|
170 | 169 | android:src="@drawable/repeat"
|
|
175 | 174 |
|
176 | 175 | <androidx.appcompat.widget.AppCompatTextView
|
177 | 176 | android:id="@+id/tvRecordQuickActionsRepeat"
|
178 |
| - style="@style/EditScreenControlButtonText" |
| 177 | + style="@style/RecordQuickActionButtonText" |
179 | 178 | android:layout_width="wrap_content"
|
180 | 179 | android:layout_height="match_parent"
|
181 | 180 | android:text="@string/change_record_repeat"
|
|
200 | 199 |
|
201 | 200 | <androidx.appcompat.widget.AppCompatImageView
|
202 | 201 | android:id="@+id/ivRecordQuickActionsDuplicate"
|
203 |
| - style="@style/EditScreenControlButtonImage" |
| 202 | + style="@style/RecordQuickActionButtonImage" |
204 | 203 | android:layout_width="wrap_content"
|
205 | 204 | android:layout_height="match_parent"
|
206 | 205 | android:src="@drawable/action_copy"
|
|
211 | 210 |
|
212 | 211 | <androidx.appcompat.widget.AppCompatTextView
|
213 | 212 | android:id="@+id/tvRecordQuickActionsDuplicate"
|
214 |
| - style="@style/EditScreenControlButtonText" |
| 213 | + style="@style/RecordQuickActionButtonText" |
215 | 214 | android:layout_width="wrap_content"
|
216 | 215 | android:layout_height="match_parent"
|
217 | 216 | android:text="@string/change_record_duplicate"
|
|
235 | 234 |
|
236 | 235 | <androidx.appcompat.widget.AppCompatImageView
|
237 | 236 | android:id="@+id/ivRecordQuickActionsMerge"
|
238 |
| - style="@style/EditScreenControlButtonImage" |
| 237 | + style="@style/RecordQuickActionButtonImage" |
239 | 238 | android:layout_width="wrap_content"
|
240 | 239 | android:layout_height="match_parent"
|
241 | 240 | android:src="@drawable/action_merge"
|
|
246 | 245 |
|
247 | 246 | <androidx.appcompat.widget.AppCompatTextView
|
248 | 247 | android:id="@+id/tvRecordQuickActionsMerge"
|
249 |
| - style="@style/EditScreenControlButtonText" |
| 248 | + style="@style/RecordQuickActionButtonText" |
250 | 249 | android:layout_width="wrap_content"
|
251 | 250 | android:layout_height="match_parent"
|
252 | 251 | android:text="@string/change_record_merge"
|
|
0 commit comments