Project

General

Profile

« Previous | Next » 

Revision 85038b84

Added by Leszek Koltunski almost 2 years ago

New UI

View differences:

src/main/res/layout/main.xml
31 31
        android:background="@android:color/transparent">
32 32
    </LinearLayout>
33 33

  
34
    <LinearLayout
35
        android:id="@+id/hiddenView"
36
        android:layout_below="@id/upperBar"
37
        android:layout_width="match_parent"
38
        android:layout_height="0dp"
39
        android:gravity="center"
40
        android:orientation="horizontal"
41
        android:background="@android:color/transparent">
42
    </LinearLayout>
43

  
34 44
    <LinearLayout
35 45
        android:id="@+id/lowerBar"
36 46
        android:layout_alignParentBottom="true"

Also available in: Unified diff