diff --git a/res/layout/waiting_for_sync_message.xml b/res/layout/waiting_for_sync_message.xml index a9d8aadf4..8d5281da0 100644 --- a/res/layout/waiting_for_sync_message.xml +++ b/res/layout/waiting_for_sync_message.xml @@ -13,41 +13,44 @@ See the License for the specific language governing permissions and limitations under the License. --> - - + android:background="@android:color/white" + android:id="@+id/waiting_for_sync_message"> + + android:gravity="center" + android:id="@+id/wait_for_sync_wrapper" + android:layout_marginTop="16dip" + android:layout_marginLeft="16dip"> + + android:id="@+id/progress_spinner"/> + + android:textAppearance="?android:attr/textAppearanceMedium" + android:id="@+id/title" + android:layout_toRightOf="@id/progress_spinner" + android:layout_marginLeft="4dip" /> + + android:textAppearance="?android:attr/textAppearanceSmall" + android:layout_below="@id/title" + android:layout_toRightOf="@id/progress_spinner" + android:layout_marginLeft="4dip" /> + - + +