Skip to content

Commit f246fab

Browse files
committed
Change digit button to TextView to prevent it from being changed to MaterialButton
1 parent 3af25fc commit f246fab

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

library/src/main/res/layout/hpv_digits.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
android:layout_height="wrap_content"
1111
android:orientation="horizontal">
1212

13-
<androidx.appcompat.widget.AppCompatButton
13+
<TextView
1414
android:id="@+id/timer_setup_digit_1"
1515
style="@style/Hpv.Widget.Button.TimerSetupDigit"
1616
android:layout_width="0dp"
1717
android:layout_height="wrap_content"
1818
android:layout_weight="1"
1919
tools:text="1" />
2020

21-
<androidx.appcompat.widget.AppCompatButton
21+
<TextView
2222
android:id="@+id/timer_setup_digit_2"
2323
style="@style/Hpv.Widget.Button.TimerSetupDigit"
2424
android:layout_width="0dp"
2525
android:layout_height="wrap_content"
2626
android:layout_weight="1"
2727
tools:text="2" />
2828

29-
<androidx.appcompat.widget.AppCompatButton
29+
<TextView
3030
android:id="@+id/timer_setup_digit_3"
3131
style="@style/Hpv.Widget.Button.TimerSetupDigit"
3232
android:layout_width="0dp"
@@ -41,23 +41,23 @@
4141
android:layout_height="wrap_content"
4242
android:orientation="horizontal">
4343

44-
<androidx.appcompat.widget.AppCompatButton
44+
<TextView
4545
android:id="@+id/timer_setup_digit_4"
4646
style="@style/Hpv.Widget.Button.TimerSetupDigit"
4747
android:layout_width="0dp"
4848
android:layout_height="wrap_content"
4949
android:layout_weight="1"
5050
tools:text="4" />
5151

52-
<androidx.appcompat.widget.AppCompatButton
52+
<TextView
5353
android:id="@+id/timer_setup_digit_5"
5454
style="@style/Hpv.Widget.Button.TimerSetupDigit"
5555
android:layout_width="0dp"
5656
android:layout_height="wrap_content"
5757
android:layout_weight="1"
5858
tools:text="5" />
5959

60-
<androidx.appcompat.widget.AppCompatButton
60+
<TextView
6161
android:id="@+id/timer_setup_digit_6"
6262
style="@style/Hpv.Widget.Button.TimerSetupDigit"
6363
android:layout_width="0dp"
@@ -72,23 +72,23 @@
7272
android:layout_height="wrap_content"
7373
android:orientation="horizontal">
7474

75-
<androidx.appcompat.widget.AppCompatButton
75+
<TextView
7676
android:id="@+id/timer_setup_digit_7"
7777
style="@style/Hpv.Widget.Button.TimerSetupDigit"
7878
android:layout_width="0dp"
7979
android:layout_height="wrap_content"
8080
android:layout_weight="1"
8181
tools:text="7" />
8282

83-
<androidx.appcompat.widget.AppCompatButton
83+
<TextView
8484
android:id="@+id/timer_setup_digit_8"
8585
style="@style/Hpv.Widget.Button.TimerSetupDigit"
8686
android:layout_width="0dp"
8787
android:layout_height="wrap_content"
8888
android:layout_weight="1"
8989
tools:text="8" />
9090

91-
<androidx.appcompat.widget.AppCompatButton
91+
<TextView
9292
android:id="@+id/timer_setup_digit_9"
9393
style="@style/Hpv.Widget.Button.TimerSetupDigit"
9494
android:layout_width="0dp"
@@ -108,7 +108,7 @@
108108
android:layout_height="wrap_content"
109109
android:layout_weight="1" />
110110

111-
<androidx.appcompat.widget.AppCompatButton
111+
<TextView
112112
android:id="@+id/timer_setup_digit_0"
113113
style="@style/Hpv.Widget.Button.TimerSetupDigit"
114114
android:layout_width="0dp"

0 commit comments

Comments
 (0)