Project

General

Profile

« Previous | Next » 

Revision 8d1da3f1

Added by Leszek Koltunski over 2 years ago

progress with UI.

View differences:

src/main/res/layout/popup_object.xml
7 7
   <ScrollView
8 8
       android:id="@+id/objectScroll"
9 9
       android:layout_width="match_parent"
10
       android:layout_height="match_parent"
10
       android:layout_height="0dp"
11 11
       android:layout_weight="1">
12 12

  
13 13
       <GridLayout
......
22 22
       android:id="@+id/bottomLayout"
23 23
       android:background="@color/grey"
24 24
       android:layout_width="match_parent"
25
       android:layout_height="100dp"
26
       android:layout_weight="1"
25
       android:layout_height="wrap_content"
27 26
       android:paddingEnd="5dp"
28 27
       android:paddingStart="5dp"
29 28
       android:orientation="horizontal">
30 29

  
30
       <ImageButton
31
           android:id="@+id/buttonTut"
32
           android:layout_width="wrap_content"
33
           android:layout_height="wrap_content"
34
           android:layout_weight="1.0"/>
35

  
36
       <Button
37
           android:id="@+id/buttonNul"
38
           android:layout_width="wrap_content"
39
           android:layout_height="wrap_content"
40
           android:layout_weight="1.0"/>
41

  
42
       <ImageButton
43
           android:id="@+id/buttonDet"
44
           android:layout_width="wrap_content"
45
           android:layout_height="wrap_content"
46
           android:layout_weight="1.0"/>
47

  
31 48
   </LinearLayout>
32 49

  
33 50
</LinearLayout>

Also available in: Unified diff