Project

General

Profile

« Previous | Next » 

Revision b42c8399

Added by Leszek Koltunski 8 months ago

Major progress with version 2.0.0.

View differences:

src/main/res/layout/new_main.xml
3 3
    android:id="@+id/relativeLayout"
4 4
    android:layout_width="match_parent"
5 5
    android:layout_height="match_parent"
6
    android:weightSum="1.0"
6 7
    android:orientation="vertical">
7 8

  
8 9
    <LinearLayout
9 10
        android:id="@+id/hiddenBar"
10 11
        android:layout_width="match_parent"
11
        android:layout_height="wrap_content"
12
        android:layout_height="0dp"
13
        android:layout_weight="0.00"
12 14
        android:gravity="center"
13 15
        android:orientation="horizontal"
14 16
        android:background="@color/dark_grey">
......
17 19
    <LinearLayout
18 20
        android:id="@+id/upperBar"
19 21
        android:layout_width="match_parent"
20
        android:layout_height="wrap_content"
22
        android:layout_height="0dp"
23
        android:layout_weight="0.08"
21 24
        android:gravity="center"
22 25
        android:weightSum="1.0"
23 26
        android:orientation="horizontal"
......
77 80
    <ScrollView
78 81
        android:id="@+id/objectScroll"
79 82
        android:layout_width="match_parent"
80
        android:layout_height="wrap_content"
83
        android:layout_height="0dp"
84
        android:layout_weight="0.84"
81 85
        android:background="@color/grey">
82 86

  
83 87
        <GridLayout
......
91 95
    <LinearLayout
92 96
        android:id="@+id/lowerBar"
93 97
        android:layout_width="match_parent"
94
        android:layout_height="wrap_content"
98
        android:layout_height="0dp"
99
        android:layout_weight="0.08"
95 100
        android:orientation="horizontal"
96 101
        android:background="@color/dark_grey">
97 102

  

Also available in: Unified diff