Merge lp:~humpolec-team/humpolec/UbuntuInstaller-installerlayout-progressbar into lp:humpolec

Proposed by Rex Tsai
Status: Merged
Merge reported by: Rex Tsai
Merged at revision: not available
Proposed branch: lp:~humpolec-team/humpolec/UbuntuInstaller-installerlayout-progressbar
Merge into: lp:humpolec
Diff against target: 17 lines (+1/-2)
1 file modified
res/layout/ubuntu_dualboot_install.xml (+1/-2)
To merge this branch: bzr merge lp:~humpolec-team/humpolec/UbuntuInstaller-installerlayout-progressbar
Reviewer Review Type Date Requested Status
Yuan-Chen Cheng (community) Approve
Review via email: mp+200279@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Yuan-Chen Cheng (ycheng-twn) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'res/layout/ubuntu_dualboot_install.xml'
--- res/layout/ubuntu_dualboot_install.xml 2013-12-19 12:57:21 +0000
+++ res/layout/ubuntu_dualboot_install.xml 2014-01-02 08:04:31 +0000
@@ -33,12 +33,11 @@
33 android:id="@+id/progress"33 android:id="@+id/progress"
34 style="@android:style/Widget.ProgressBar.Horizontal"34 style="@android:style/Widget.ProgressBar.Horizontal"
35 android:layout_width="match_parent"35 android:layout_width="match_parent"
36 android:layout_height="49dp"
37 android:layout_gravity="center"36 android:layout_gravity="center"
38 android:layout_marginBottom="0dp"37 android:layout_marginBottom="0dp"
39 android:layout_marginLeft="16dp"38 android:layout_marginLeft="16dp"
40 android:layout_marginRight="16dp"39 android:layout_marginRight="16dp"
41 android:padding="5dp"40 android:layout_height="50dp"
42 android:max="100"41 android:max="100"
43 android:progress="50"42 android:progress="50"
44 android:progressDrawable="@drawable/ubuntu_progress" />43 android:progressDrawable="@drawable/ubuntu_progress" />

Subscribers

People subscribed via source and target branches

to all changes: