Revision 2ecf0c21
Added by Leszek Koltunski almost 5 years ago
src/main/res/layout/settings.xml | ||
---|---|---|
126 | 126 |
android:textAppearance="?android:attr/textAppearanceSmall" /> |
127 | 127 |
|
128 | 128 |
<TextView |
129 |
android:id="@+id/unscrambleDurationText"
|
|
129 |
android:id="@+id/solveDurationText"
|
|
130 | 130 |
android:layout_weight="0.2" |
131 | 131 |
android:layout_width="0dp" |
132 | 132 |
android:layout_height="fill_parent" |
... | ... | |
136 | 136 |
android:textAppearance="?android:attr/textAppearanceSmall" /> |
137 | 137 |
|
138 | 138 |
<SeekBar |
139 |
android:id="@+id/unscrambleDuration"
|
|
139 |
android:id="@+id/solveDuration"
|
|
140 | 140 |
android:layout_weight="0.6" |
141 | 141 |
android:layout_width="0dp" |
142 | 142 |
android:layout_height="fill_parent" |
... | ... | |
162 | 162 |
android:textAppearance="?android:attr/textAppearanceSmall" /> |
163 | 163 |
|
164 | 164 |
<Spinner |
165 |
android:id="@+id/unscrambleType"
|
|
165 |
android:id="@+id/solveType"
|
|
166 | 166 |
android:layout_weight="0.6" |
167 | 167 |
android:layout_width="0dp" |
168 | 168 |
android:layout_height="fill_parent" |
Also available in: Unified diff
RubikCube: progress with scrambling