Project

General

Profile

« Previous | Next » 

Revision d7e539d0

Added by Leszek Koltunski over 3 years ago

Progress with Play state.

View differences:

src/main/res/layout/main.xml
8 8
        android:id="@+id/upperBar"
9 9
        android:layout_width="fill_parent"
10 10
        android:layout_height="0dp"
11
        android:layout_weight="0.1"
11
        android:layout_weight="0.12"
12 12
        android:gravity="center"
13 13
        android:orientation="horizontal">
14 14
    </LinearLayout>
......
23 23
        android:id="@+id/lowerBar"
24 24
        android:layout_width="match_parent"
25 25
        android:layout_height="0dp"
26
        android:layout_weight="0.1"
26
        android:layout_weight="0.12"
27 27
        android:orientation="horizontal">
28 28

  
29 29
        <LinearLayout

Also available in: Unified diff