Skip to content

Commit

Permalink
deltas
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Feb 13, 2013
1 parent 5d731c4 commit bda1d66
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 30 deletions.
Binary file added drawable-hdpi/ic_progress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added drawable-mdpi/ic_progress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added drawable-xhdpi/ic_progress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 0 additions & 20 deletions layout/device.xml

This file was deleted.

2 changes: 1 addition & 1 deletion layout/notification_progress.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
android:minHeight="25dp"
android:minWidth="25dp"
android:scaleType="fitXY"
android:src="@android:drawable/ic_delete" />
android:src="@drawable/ic_progress" />

<TextView
android:id="@+id/notificationPercentage"
Expand Down
24 changes: 15 additions & 9 deletions layout/rom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
android:layout_gravity="center"
android:stepSize="1" />

<Button
android:id="@+id/comment"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/post_comment" />

<TextView
android:id="@+id/comments_info"
android:layout_width="fill_parent"
Expand All @@ -39,6 +45,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content" />

<Button
android:id="@+id/changelog"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/changelog" />

<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
Expand All @@ -52,18 +64,12 @@
android:text="@string/download" />

<Button
android:id="@+id/comment"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/post_comment" />

<Button
android:id="@+id/changelog"
android:id="@+id/delta_download"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/changelog" />
android:text="@string/delta_download"
android:visibility="gone" />
</LinearLayout>

</LinearLayout>
2 changes: 2 additions & 0 deletions values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -408,4 +408,6 @@
<string name="no_backups_found">No Backups Found.</string>
<string name="device_not_listed_summary">Click here if your device is not shown in the list above.</string>

<string name="processing_delta">Processing delta...</string>
<string name="delta_download">Delta Download</string>
</resources>

0 comments on commit bda1d66

Please sign in to comment.