Project

General

Profile

« Previous | Next » 

Revision e3c74c0f

Added by Leszek Koltunski almost 4 years ago

Improvements to the UI - make it proportional regardless of the physical screen size. (Part 1)

View differences:

src/main/res/layout/main.xml
7 7
    <LinearLayout
8 8
        android:id="@+id/upperBar"
9 9
        android:layout_width="fill_parent"
10
        android:layout_height="60dp"
10
        android:layout_height="0dp"
11
        android:layout_weight="0.1"
11 12
        android:gravity="center"
12 13
        android:orientation="horizontal">
13 14
    </LinearLayout>
......
20 21

  
21 22
    <LinearLayout
22 23
        android:layout_width="match_parent"
23
        android:layout_height="60dp"
24
        android:layout_height="0dp"
25
        android:layout_weight="0.1"
24 26
        android:orientation="horizontal">
25 27

  
26 28
        <LinearLayout

Also available in: Unified diff