We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996737b commit 332da8eCopy full SHA for 332da8e
presentation/src/main/res/layout/bottom_sheet_home_state_expanded.xml
@@ -244,14 +244,16 @@
244
245
</androidx.constraintlayout.widget.ConstraintLayout>
246
247
- <Button
+ <TextView
248
android:id="@+id/button_alarm_turn_off"
249
android:layout_width="0dp"
250
android:layout_height="wrap_content"
251
android:layout_marginBottom="24dp"
252
android:text="@string/alarm_delete_text"
253
android:textColor="@color/white"
254
android:textSize="20sp"
255
+ android:padding="10dp"
256
+ android:gravity="center"
257
android:background="@drawable/button_background"
258
app:layout_constraintBottom_toBottomOf="parent"
259
app:layout_constraintEnd_toEndOf="@id/guide_line_end"
0 commit comments