Skip to content

Commit

Permalink
timer material fix
Browse files Browse the repository at this point in the history
  • Loading branch information
senpl committed Oct 1, 2020
1 parent fb88574 commit e504d77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/dialog_chrono.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
android:id="@+id/btn_startstop"
style="?android:attr/buttonBarButtonStyle"
android:layout_width="70dp"
android:layout_height="30dp"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:background="@android:color/white"
android:clickable="true"
Expand All @@ -38,7 +38,7 @@
android:id="@+id/btn_reset"
style="?android:attr/buttonBarButtonStyle"
android:layout_width="70dp"
android:layout_height="30dp"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_marginStart="5dp"
android:background="@android:color/white"
Expand All @@ -52,7 +52,7 @@
android:id="@+id/btn_exit"
style="?android:attr/buttonBarButtonStyle"
android:layout_width="70dp"
android:layout_height="30dp"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_marginStart="5dp"
android:background="@android:color/white"
Expand Down

0 comments on commit e504d77

Please sign in to comment.