Revision eb0369a7
Added by Leszek Koltunski 9 days ago
src/main/res/layout/mainlayout.xml | ||
---|---|---|
44 | 44 |
|
45 | 45 |
</LinearLayout> |
46 | 46 |
|
47 |
<TextView |
|
48 |
android:id="@+id/solverMoves" |
|
49 |
android:layout_below="@id/upperBar" |
|
50 |
android:layout_width="match_parent" |
|
51 |
android:layout_height="60dp" |
|
52 |
android:textAppearance="?android:attr/textAppearanceLarge" |
|
53 |
android:gravity="center_vertical|start"/> |
|
54 |
|
|
47 | 55 |
<LinearLayout |
48 | 56 |
android:id="@+id/lowerBar" |
49 | 57 |
android:layout_alignParentBottom="true" |
Also available in: Unified diff
Phased Solver app: show the moveIndex