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
1=== modified file 'res/layout/ubuntu_dualboot_install.xml'
2--- res/layout/ubuntu_dualboot_install.xml 2013-12-19 12:57:21 +0000
3+++ res/layout/ubuntu_dualboot_install.xml 2014-01-02 08:04:31 +0000
4@@ -33,12 +33,11 @@
5 android:id="@+id/progress"
6 style="@android:style/Widget.ProgressBar.Horizontal"
7 android:layout_width="match_parent"
8- android:layout_height="49dp"
9 android:layout_gravity="center"
10 android:layout_marginBottom="0dp"
11 android:layout_marginLeft="16dp"
12 android:layout_marginRight="16dp"
13- android:padding="5dp"
14+ android:layout_height="50dp"
15 android:max="100"
16 android:progress="50"
17 android:progressDrawable="@drawable/ubuntu_progress" />

Subscribers

People subscribed via source and target branches

to all changes: