Project

General

Profile

« Previous | Next » 

Revision 7bee6064

Added by Leszek Koltunski over 2 years ago

Downloading updates: dialog progress.

View differences:

src/main/res/layout/dialog_updates_pane.xml
3 3
	xmlns:android="http://schemas.android.com/apk/res/android"
4 4
	android:layout_width="match_parent"
5 5
	android:layout_height="wrap_content"
6
	android:orientation="horizontal"
7
	android:paddingTop="4dp"
8
	android:paddingBottom="4dp">
6
	android:layout_margin="10dp"
7
	android:background="@color/grey"
8
	android:orientation="horizontal">
9 9

  
10 10
   	<ImageView
11 11
   		android:id="@+id/updates_pane_image"
12 12
   		android:layout_width="wrap_content"
13 13
   		android:layout_height="wrap_content"
14
   		android:layout_margin="8dp"/>
14
   		android:layout_margin="10dp"/>
15 15

  
16 16
   	<LinearLayout
17
   		android:layout_width="0dp"
17
   		android:layout_width="match_parent"
18 18
 		android:layout_height="wrap_content"
19
 		android:layout_weight="1"
20 19
 		android:orientation="vertical"
21 20
 		android:layout_gravity="center_vertical">
22 21

  
......
35 34
    		android:layout_height="wrap_content"/>
36 35
    	<Button
37 36
             android:id="@+id/updates_pane_button"
38
             android:layout_width="wrap_content"
37
             android:layout_width="match_parent"
39 38
             android:layout_height="wrap_content"
40
             android:singleLine="true"
41
             android:gravity="end"/>
39
             android:backgroundTint="@color/black"
40
             android:layout_marginEnd="10dp"
41
             android:text="@string/install"
42
             android:gravity="center_vertical"/>
42 43
 	</LinearLayout>
43 44
</LinearLayout>

Also available in: Unified diff