|
10 | 10 | android:layout_height="wrap_content" |
11 | 11 | android:orientation="horizontal"> |
12 | 12 |
|
13 | | - <androidx.appcompat.widget.AppCompatButton |
| 13 | + <TextView |
14 | 14 | android:id="@+id/timer_setup_digit_1" |
15 | 15 | style="@style/Hpv.Widget.Button.TimerSetupDigit" |
16 | 16 | android:layout_width="0dp" |
17 | 17 | android:layout_height="wrap_content" |
18 | 18 | android:layout_weight="1" |
19 | 19 | tools:text="1" /> |
20 | 20 |
|
21 | | - <androidx.appcompat.widget.AppCompatButton |
| 21 | + <TextView |
22 | 22 | android:id="@+id/timer_setup_digit_2" |
23 | 23 | style="@style/Hpv.Widget.Button.TimerSetupDigit" |
24 | 24 | android:layout_width="0dp" |
25 | 25 | android:layout_height="wrap_content" |
26 | 26 | android:layout_weight="1" |
27 | 27 | tools:text="2" /> |
28 | 28 |
|
29 | | - <androidx.appcompat.widget.AppCompatButton |
| 29 | + <TextView |
30 | 30 | android:id="@+id/timer_setup_digit_3" |
31 | 31 | style="@style/Hpv.Widget.Button.TimerSetupDigit" |
32 | 32 | android:layout_width="0dp" |
|
41 | 41 | android:layout_height="wrap_content" |
42 | 42 | android:orientation="horizontal"> |
43 | 43 |
|
44 | | - <androidx.appcompat.widget.AppCompatButton |
| 44 | + <TextView |
45 | 45 | android:id="@+id/timer_setup_digit_4" |
46 | 46 | style="@style/Hpv.Widget.Button.TimerSetupDigit" |
47 | 47 | android:layout_width="0dp" |
48 | 48 | android:layout_height="wrap_content" |
49 | 49 | android:layout_weight="1" |
50 | 50 | tools:text="4" /> |
51 | 51 |
|
52 | | - <androidx.appcompat.widget.AppCompatButton |
| 52 | + <TextView |
53 | 53 | android:id="@+id/timer_setup_digit_5" |
54 | 54 | style="@style/Hpv.Widget.Button.TimerSetupDigit" |
55 | 55 | android:layout_width="0dp" |
56 | 56 | android:layout_height="wrap_content" |
57 | 57 | android:layout_weight="1" |
58 | 58 | tools:text="5" /> |
59 | 59 |
|
60 | | - <androidx.appcompat.widget.AppCompatButton |
| 60 | + <TextView |
61 | 61 | android:id="@+id/timer_setup_digit_6" |
62 | 62 | style="@style/Hpv.Widget.Button.TimerSetupDigit" |
63 | 63 | android:layout_width="0dp" |
|
72 | 72 | android:layout_height="wrap_content" |
73 | 73 | android:orientation="horizontal"> |
74 | 74 |
|
75 | | - <androidx.appcompat.widget.AppCompatButton |
| 75 | + <TextView |
76 | 76 | android:id="@+id/timer_setup_digit_7" |
77 | 77 | style="@style/Hpv.Widget.Button.TimerSetupDigit" |
78 | 78 | android:layout_width="0dp" |
79 | 79 | android:layout_height="wrap_content" |
80 | 80 | android:layout_weight="1" |
81 | 81 | tools:text="7" /> |
82 | 82 |
|
83 | | - <androidx.appcompat.widget.AppCompatButton |
| 83 | + <TextView |
84 | 84 | android:id="@+id/timer_setup_digit_8" |
85 | 85 | style="@style/Hpv.Widget.Button.TimerSetupDigit" |
86 | 86 | android:layout_width="0dp" |
87 | 87 | android:layout_height="wrap_content" |
88 | 88 | android:layout_weight="1" |
89 | 89 | tools:text="8" /> |
90 | 90 |
|
91 | | - <androidx.appcompat.widget.AppCompatButton |
| 91 | + <TextView |
92 | 92 | android:id="@+id/timer_setup_digit_9" |
93 | 93 | style="@style/Hpv.Widget.Button.TimerSetupDigit" |
94 | 94 | android:layout_width="0dp" |
|
108 | 108 | android:layout_height="wrap_content" |
109 | 109 | android:layout_weight="1" /> |
110 | 110 |
|
111 | | - <androidx.appcompat.widget.AppCompatButton |
| 111 | + <TextView |
112 | 112 | android:id="@+id/timer_setup_digit_0" |
113 | 113 | style="@style/Hpv.Widget.Button.TimerSetupDigit" |
114 | 114 | android:layout_width="0dp" |
|
0 commit comments