Project

General

Profile

« Previous | Next » 

Revision 92843d3b

Added by Leszek Koltunski over 3 years ago

Rework the bottom pane

View differences:

src/main/res/layout/main.xml
25 25
        android:layout_height="0dp"
26 26
        android:layout_weight="0.12"
27 27
        android:orientation="horizontal">
28

  
29
        <LinearLayout
30
            android:id="@+id/mainBarLeft"
31
            android:layout_width="match_parent"
32
            android:layout_height="match_parent"
33
            android:layout_weight="1"
34
            android:orientation="horizontal">
35
        </LinearLayout>
36

  
37
        <LinearLayout
38
            android:id="@+id/mainBarRight"
39
            android:layout_width="match_parent"
40
            android:layout_height="match_parent"
41
            android:layout_weight="1"
42
            android:orientation="horizontal">
43
        </LinearLayout>
44

  
45 28
    </LinearLayout>
46 29

  
47 30
</LinearLayout>

Also available in: Unified diff