Project

General

Profile

« Previous | Next » 

Revision a83fae26

Added by Leszek Koltunski over 2 years ago

Downloading updates: dialog progress.

View differences:

src/main/res/layout/dialog_updates.xml
3 3
    android:id="@+id/updates_scroll"
4 4
    android:layout_width="match_parent"
5 5
    android:layout_height="match_parent"
6
    android:background="@color/black"
7
    android:layout_marginLeft="10dp"
8
    android:layout_marginRight="10dp">
6
    android:paddingLeft="10dp"
7
    android:paddingRight="10dp">
9 8

  
10 9
    <LinearLayout
11 10
        android:id="@+id/updates_main_layout"
12 11
        android:layout_width="match_parent"
13 12
        android:layout_height="wrap_content"
13
        android:background="@color/black"
14 14
        android:paddingBottom="10dp"
15 15
        android:orientation="vertical">
16 16

  

Also available in: Unified diff