Project

General

Profile

« Previous | Next » 

Revision d6e7c7fb

Added by Leszek Koltunski over 2 years ago

Progress downloading updates.

View differences:

src/main/res/layout/popup_object.xml
18 18

  
19 19
   </ScrollView>
20 20

  
21
   <LinearLayout
21
   <RelativeLayout
22 22
       android:id="@+id/bottomLayout"
23
       android:background="@color/grey"
24 23
       android:layout_width="match_parent"
24
       android:background="@color/grey"
25 25
       android:layout_height="wrap_content"
26
       android:paddingEnd="5dp"
27
       android:paddingStart="5dp"
28
       android:orientation="horizontal">
26
       android:paddingEnd="10dp"
27
       android:paddingStart="10dp">
29 28

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

  
36
       <Button
37
           android:id="@+id/buttonNul"
35
       <ImageButton
36
           android:id="@+id/buttonDow"
37
           android:layout_centerHorizontal="true"
38
           android:layout_width="wrap_content"
39
           android:layout_height="wrap_content"/>
40
       <TextView
41
           android:id="@+id/bubbleUpdates"
38 42
           android:layout_width="wrap_content"
39 43
           android:layout_height="wrap_content"
40
           android:layout_weight="1.0"/>
44
           android:layout_alignTop="@+id/buttonDow"
45
           android:layout_alignEnd="@+id/buttonDow"
46
           android:text="4"
47
           android:textColor="#FFF"
48
           android:textSize="16sp"
49
           android:textStyle="bold"
50
           android:background="@drawable/badge_circle"/>
41 51

  
42 52
       <ImageButton
43
           android:id="@+id/buttonDet"
53
           android:id="@+id/buttonInf"
54
           android:layout_alignParentEnd="true"
44 55
           android:layout_width="wrap_content"
45
           android:layout_height="wrap_content"
46
           android:layout_weight="1.0"/>
56
           android:layout_height="wrap_content"/>
47 57

  
48
   </LinearLayout>
58
     </RelativeLayout>
49 59

  
50 60
</LinearLayout>

Also available in: Unified diff