1 |
0c52af30
|
Leszek Koltunski
|
<?xml version="1.0" encoding="utf-8"?>
|
2 |
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
3 |
|
|
android:layout_width="fill_parent"
|
4 |
|
|
android:layout_height="fill_parent"
|
5 |
|
|
android:orientation="vertical" >
|
6 |
|
|
|
7 |
|
|
<LinearLayout
|
8 |
7289fd6c
|
Leszek Koltunski
|
android:id="@+id/upperBar"
|
9 |
0c52af30
|
Leszek Koltunski
|
android:layout_width="fill_parent"
|
10 |
e3c74c0f
|
Leszek Koltunski
|
android:layout_height="0dp"
|
11 |
d7e539d0
|
Leszek Koltunski
|
android:layout_weight="0.12"
|
12 |
4235de9b
|
Leszek Koltunski
|
android:gravity="center"
|
13 |
|
|
android:orientation="horizontal">
|
14 |
a7a7cc9c
|
Leszek Koltunski
|
</LinearLayout>
|
15 |
|
|
|
16 |
1f9772f3
|
Leszek Koltunski
|
<org.distorted.main.RubikSurfaceView
|
17 |
a7a7cc9c
|
Leszek Koltunski
|
android:id="@+id/rubikSurfaceView"
|
18 |
|
|
android:layout_width="fill_parent"
|
19 |
|
|
android:layout_height="0dp"
|
20 |
|
|
android:layout_weight="1" />
|
21 |
|
|
|
22 |
|
|
<LinearLayout
|
23 |
88fb92ba
|
Leszek Koltunski
|
android:id="@+id/lowerBar"
|
24 |
4c0cd600
|
Leszek Koltunski
|
android:layout_width="match_parent"
|
25 |
e3c74c0f
|
Leszek Koltunski
|
android:layout_height="0dp"
|
26 |
d7e539d0
|
Leszek Koltunski
|
android:layout_weight="0.12"
|
27 |
4235de9b
|
Leszek Koltunski
|
android:orientation="horizontal">
|
28 |
f548942f
|
Leszek Koltunski
|
</LinearLayout>
|
29 |
|
|
|
30 |
0c52af30
|
Leszek Koltunski
|
</LinearLayout>
|