Project

General

Profile

« Previous | Next » 

Revision 9c39179e

Added by Leszek Koltunski over 2 years ago

Downloading updates: dialog progress.

View differences:

src/main/res/layout/dialog_updates.xml
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:id="@+id/updates_scroll"
3 4
    android:layout_width="match_parent"
4
    android:layout_height="match_parent">
5
    android:layout_height="wrap_content"
6
    android:paddingLeft="10dp"
7
    android:paddingRight="10dp">
5 8

  
6 9
    <LinearLayout
7 10
        android:id="@+id/updates_main_layout"
8
        android:layout_width="fill_parent"
11
        android:layout_width="match_parent"
9 12
        android:layout_height="wrap_content"
10 13
        android:gravity="center|fill_horizontal"
11
        android:layout_marginLeft="10dp"
12
        android:layout_marginRight="10dp"
13 14
        android:layout_marginTop="0dp"
14 15
        android:background="@color/black"
15 16
        android:orientation="vertical">
16 17

  
17

  
18 18
        <TextView
19
            android:id="@+id/about_version"
19
            android:id="@+id/updates_message"
20 20
            android:layout_width="match_parent"
21
            android:layout_height="fill_parent"
22
            android:layout_weight="0.40"
23
            android:layout_marginTop="10dp"
24
            android:layout_marginLeft="10dp"
25
            android:layout_marginRight="10dp"
26
            android:layout_marginBottom="10dp"/>
21
            android:layout_height="match_parent"
22
            android:gravity="center"/>
27 23

  
28 24
    </LinearLayout>
29 25

  

Also available in: Unified diff