Revision d78e2f1d
Added by Leszek Koltunski 3 days ago
src/main/res/layout/mainlayout.xml | ||
---|---|---|
46 | 46 |
android:id="@+id/solverSolve" |
47 | 47 |
android:layout_width="0dp" |
48 | 48 |
android:layout_height="match_parent" |
49 |
android:layout_weight="0.9"
|
|
49 |
android:layout_weight="0.8"
|
|
50 | 50 |
android:gravity="center_vertical|center" |
51 | 51 |
android:text="@string/solve" |
52 | 52 |
android:onClick="Solve" |
... | ... | |
59 | 59 |
android:layout_weight="1.0"/> |
60 | 60 |
</LinearLayout> |
61 | 61 |
|
62 |
<TextView |
|
63 |
android:id="@+id/solverMoves" |
|
62 |
<LinearLayout |
|
64 | 63 |
android:layout_below="@id/upperBar" |
65 | 64 |
android:layout_width="match_parent" |
66 |
android:layout_height="50dp" |
|
67 |
android:singleLine="true" |
|
68 |
android:background="@color/white" |
|
69 |
android:textColor="@color/black" |
|
70 |
android:layout_marginStart="3dp" |
|
71 |
android:layout_marginEnd="3dp" |
|
72 |
android:layout_marginTop="3dp" |
|
73 |
android:layout_marginBottom="5dp" |
|
74 |
android:textAppearance="?android:attr/textAppearanceLarge" |
|
75 |
android:gravity="center_vertical|start"/> |
|
76 |
|
|
77 |
<TextView |
|
78 |
android:id="@+id/solverStickers" |
|
79 |
android:layout_below="@id/solverMoves" |
|
80 |
android:layout_width="match_parent" |
|
81 |
android:layout_height="50dp" |
|
82 |
android:singleLine="true" |
|
83 |
android:background="@color/white" |
|
84 |
android:textColor="@color/black" |
|
85 |
android:layout_marginStart="3dp" |
|
86 |
android:layout_marginEnd="3dp" |
|
87 |
android:layout_marginTop="3dp" |
|
88 |
android:layout_marginBottom="5dp" |
|
89 |
android:textAppearance="?android:attr/textAppearanceLarge" |
|
90 |
android:gravity="center_vertical|start"/> |
|
65 |
android:layout_height="60dp" |
|
66 |
android:gravity="center" |
|
67 |
android:orientation="horizontal" |
|
68 |
android:background="@android:color/transparent"> |
|
69 |
|
|
70 |
<TextView |
|
71 |
android:id="@+id/solverTextView" |
|
72 |
android:layout_width="0dp" |
|
73 |
android:layout_height="match_parent" |
|
74 |
android:layout_weight="2.6" |
|
75 |
android:singleLine="true" |
|
76 |
android:background="@color/white" |
|
77 |
android:textColor="@color/black" |
|
78 |
android:layout_marginStart="3dp" |
|
79 |
android:layout_marginEnd="3dp" |
|
80 |
android:layout_marginTop="3dp" |
|
81 |
android:layout_marginBottom="5dp" |
|
82 |
android:textAppearance="?android:attr/textAppearanceLarge" |
|
83 |
android:gravity="center_vertical|start"/> |
|
84 |
|
|
85 |
<Spinner |
|
86 |
android:id="@+id/solverMode" |
|
87 |
android:layout_width="0dp" |
|
88 |
android:layout_height="match_parent" |
|
89 |
android:layout_weight="1.0"/> |
|
90 |
|
|
91 |
</LinearLayout> |
|
91 | 92 |
|
92 | 93 |
<LinearLayout |
93 | 94 |
android:id="@+id/phaseBar" |
Also available in: Unified diff
make it possible to see touched cubit and face.