Project

General

Profile

« Previous | Next » 

Revision 4c0cd600

Added by Leszek Koltunski about 4 years ago

Change the series of Object buttons in the Play state into a PopupWindow.

View differences:

src/main/res/layout/main.xml
19 19
        android:layout_weight="1" />
20 20

  
21 21
    <LinearLayout
22
        android:id="@+id/mainBar"
23
        android:layout_width="fill_parent"
22
        android:layout_width="match_parent"
24 23
        android:layout_height="60dp"
25
        android:gravity="right"
26 24
        android:orientation="horizontal">
25

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

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

  
27 42
    </LinearLayout>
28 43

  
29 44
</LinearLayout>

Also available in: Unified diff