diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-06-02 14:28:35 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-06-02 14:28:35 +0200 |
| commit | d2d92f04608e0877a648b08e36e8c6155a8947d3 (patch) | |
| tree | 8de080bfc067bdf69c3f4003610e6344bb98b055 /main/res/layout/actionbar_progress.xml | |
| parent | c2fc75e67cb016ad1884816d5fe432063488359a (diff) | |
| download | cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.zip cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.tar.gz cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.tar.bz2 | |
refactoring: apply android formatter to all XML files
* makes it easier to compare and find duplicate code
Diffstat (limited to 'main/res/layout/actionbar_progress.xml')
| -rw-r--r-- | main/res/layout/actionbar_progress.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/res/layout/actionbar_progress.xml b/main/res/layout/actionbar_progress.xml index a39d103..54b5875 100644 --- a/main/res/layout/actionbar_progress.xml +++ b/main/res/layout/actionbar_progress.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <ProgressBar xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/actionbar_progress" style="@style/action_bar_progress" - android:visibility="gone" android:id="@+id/actionbar_progress"/>
\ No newline at end of file + android:visibility="gone" /> |
