Recycler view load more progressbar location at center
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/d7cbef91 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/d7cbef91 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/d7cbef91 Branch: refs/heads/master Commit: d7cbef91162948398b91a98a2ba436f37c70d6e9 Parents: e089771 Author: Sagar <[email protected]> Authored: Fri May 6 17:20:03 2016 +0530 Committer: Sagar <[email protected]> Committed: Fri May 6 17:20:03 2016 +0530 ---------------------------------------------------------------------- app/src/main/res/layout/item_progressbar.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/d7cbef91/app/src/main/res/layout/item_progressbar.xml ---------------------------------------------------------------------- diff --git a/app/src/main/res/layout/item_progressbar.xml b/app/src/main/res/layout/item_progressbar.xml index cb63c21..c444c70 100644 --- a/app/src/main/res/layout/item_progressbar.xml +++ b/app/src/main/res/layout/item_progressbar.xml @@ -7,7 +7,7 @@ <ProgressBar android:id="@+id/progressBar1" android:layout_width="wrap_content" - android:layout_gravity="right" + android:layout_gravity="center" android:layout_height="wrap_content" /> </LinearLayout> \ No newline at end of file
