From 2b653681887388a7cd7e26586cb94b87a393ad54 Mon Sep 17 00:00:00 2001 From: "lambroslambrou@chromium.org" Date: Tue, 18 Mar 2014 00:10:15 +0000 Subject: Clear host list and show progress indicator when switching accounts. When loading the host list, this replaces the main view with a spinning progress indicator similar to the GMail example at http://developer.android.com/design/building-blocks/progress.html#activity BUG=351523 Review URL: https://codereview.chromium.org/200963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257543 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/resources/android/layout/main.xml | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) (limited to 'remoting/resources') diff --git a/remoting/resources/android/layout/main.xml b/remoting/resources/android/layout/main.xml index acb8462..25a958b 100644 --- a/remoting/resources/android/layout/main.xml +++ b/remoting/resources/android/layout/main.xml @@ -5,14 +5,24 @@ found in the LICENSE file. --> - - - - + android:layout_width="match_parent"> + + + + + -- cgit v1.1