|
10 | 10 | android:id="@+id/button4" |
11 | 11 | android:layout_width="wrap_content" |
12 | 12 | android:layout_height="wrap_content" |
13 | | - android:text="1" |
| 13 | + android:text="@string/one" |
14 | 14 | app:layout_constraintTop_toBottomOf="@+id/button5" |
15 | 15 | app:layout_constraintLeft_toLeftOf="parent" |
16 | 16 | app:layout_constraintRight_toLeftOf="@+id/button11" |
|
20 | 20 | android:id="@+id/button5" |
21 | 21 | android:layout_width="wrap_content" |
22 | 22 | android:layout_height="wrap_content" |
23 | | - android:text="4" |
| 23 | + android:text="@string/four" |
24 | 24 | app:layout_constraintTop_toBottomOf="@+id/button7" |
25 | 25 | app:layout_constraintLeft_toLeftOf="parent" |
26 | 26 | app:layout_constraintRight_toLeftOf="@+id/button13" |
|
30 | 30 | android:id="@+id/button6" |
31 | 31 | android:layout_width="wrap_content" |
32 | 32 | android:layout_height="wrap_content" |
33 | | - android:text="6" |
| 33 | + android:text="@string/six" |
34 | 34 | app:layout_constraintRight_toRightOf="parent" |
35 | 35 | app:layout_constraintTop_toBottomOf="@+id/button9" |
36 | 36 | app:layout_constraintLeft_toRightOf="@+id/button13" |
|
40 | 40 | android:id="@+id/textView3" |
41 | 41 | android:layout_width="wrap_content" |
42 | 42 | android:layout_height="wrap_content" |
43 | | - android:text="Advanced Arange" |
| 43 | + android:text="@string/advanced_arrange" |
44 | 44 | android:textSize="30sp" |
45 | 45 | tools:layout_constraintTop_creator="1" |
46 | 46 | tools:layout_constraintRight_creator="1" |
|
54 | 54 | android:id="@+id/button7" |
55 | 55 | android:layout_width="wrap_content" |
56 | 56 | android:layout_height="wrap_content" |
57 | | - android:text="7" |
| 57 | + android:text="@string/seven" |
58 | 58 | app:layout_constraintLeft_toLeftOf="parent" |
59 | 59 | app:layout_constraintRight_toLeftOf="@+id/button8" |
60 | 60 | app:layout_constraintBottom_toTopOf="@+id/button5" |
|
64 | 64 | android:id="@+id/button8" |
65 | 65 | android:layout_width="wrap_content" |
66 | 66 | android:layout_height="wrap_content" |
67 | | - android:text="8" |
| 67 | + android:text="@string/eight" |
68 | 68 | app:layout_constraintLeft_toRightOf="@+id/button7" |
69 | 69 | app:layout_constraintRight_toLeftOf="@+id/button9" |
70 | 70 | app:layout_constraintBottom_toTopOf="@+id/button13" |
|
74 | 74 | android:id="@+id/button9" |
75 | 75 | android:layout_width="wrap_content" |
76 | 76 | android:layout_height="wrap_content" |
77 | | - android:text="9" |
| 77 | + android:text="@string/nine" |
78 | 78 | app:layout_constraintLeft_toRightOf="@+id/button8" |
79 | 79 | app:layout_constraintRight_toRightOf="parent" |
80 | 80 | app:layout_constraintBottom_toTopOf="@+id/button6" |
|
84 | 84 | android:id="@+id/button10" |
85 | 85 | android:layout_width="wrap_content" |
86 | 86 | android:layout_height="wrap_content" |
87 | | - android:text="0" |
| 87 | + android:text="@string/zero" |
88 | 88 | app:layout_constraintRight_toRightOf="parent" |
89 | 89 | app:layout_constraintTop_toBottomOf="@+id/button11" |
90 | 90 | app:layout_constraintLeft_toRightOf="@+id/button14" |
|
94 | 94 | android:id="@+id/button11" |
95 | 95 | android:layout_width="wrap_content" |
96 | 96 | android:layout_height="wrap_content" |
97 | | - android:text="2" |
| 97 | + android:text="@string/two" |
98 | 98 | app:layout_constraintTop_toBottomOf="@+id/button13" |
99 | 99 | app:layout_constraintRight_toLeftOf="@+id/button12" |
100 | 100 | app:layout_constraintLeft_toRightOf="@+id/button4" |
|
104 | 104 | android:id="@+id/button12" |
105 | 105 | android:layout_width="wrap_content" |
106 | 106 | android:layout_height="wrap_content" |
107 | | - android:text="3" |
| 107 | + android:text="@string/three" |
108 | 108 | app:layout_constraintRight_toRightOf="parent" |
109 | 109 | app:layout_constraintTop_toBottomOf="@+id/button6" |
110 | 110 | app:layout_constraintLeft_toRightOf="@+id/button11" |
|
114 | 114 | android:id="@+id/button13" |
115 | 115 | android:layout_width="wrap_content" |
116 | 116 | android:layout_height="wrap_content" |
117 | | - android:text="5" |
| 117 | + android:text="@string/five" |
118 | 118 | app:layout_constraintTop_toBottomOf="@+id/button8" |
119 | 119 | app:layout_constraintRight_toLeftOf="@+id/button6" |
120 | 120 | app:layout_constraintLeft_toRightOf="@+id/button5" |
|
125 | 125 | android:layout_width="0dp" |
126 | 126 | android:layout_height="49dp" |
127 | 127 | android:background="#AA9" |
128 | | - android:text="0.0" |
| 128 | + android:text="@string/zero_point_zero" |
129 | 129 | android:textSize="30sp" |
130 | 130 | tools:layout_constraintTop_creator="1" |
131 | 131 | tools:layout_constraintRight_creator="1" |
|
144 | 144 | android:id="@+id/button14" |
145 | 145 | android:layout_width="wrap_content" |
146 | 146 | android:layout_height="wrap_content" |
147 | | - android:text="." |
| 147 | + android:text="@string/dot" |
148 | 148 | app:layout_constraintTop_toBottomOf="@+id/button4" |
149 | 149 | app:layout_constraintLeft_toLeftOf="parent" |
150 | 150 | app:layout_constraintRight_toLeftOf="@+id/button10" |
|
0 commit comments