You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			46 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			XML
		
	
		
		
			
		
	
	
			46 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			XML
		
	
| 
											13 years ago
										 | <?xml version="1.0" encoding="utf-8"?> | ||
|  | 
 | ||
|  | <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||
|  |             android:layout_width="fill_parent" | ||
|  |             android:layout_height="fill_parent" | ||
|  |             android:fillViewport="true" | ||
|  |             android:background="@drawable/background_pattern_repeat"> | ||
|  | 
 | ||
|  |     <FrameLayout | ||
|  |             android:layout_width="fill_parent" | ||
|  |             android:layout_height="fill_parent" | ||
|  |             android:gravity="center" > | ||
|  | 
 | ||
|  |         <LinearLayout android:paddingRight="16dip" | ||
|  |                       android:paddingLeft="16dip" | ||
|  |                       android:paddingTop="10dip" | ||
|  |                       android:layout_width="fill_parent" | ||
|  |                       android:layout_height="wrap_content" | ||
|  |                       android:layout_gravity="center" | ||
|  |                       android:visibility="visible" | ||
|  |                       android:orientation="vertical"> | ||
|  | 
 | ||
|  |                 <TextView style="@style/Registration.BigLabel" | ||
|  |                           android:layout_width="fill_parent" | ||
|  |                           android:layout_marginBottom="16dip" | ||
|  |                           android:layout_marginTop="16dip" | ||
|  |                           android:gravity="center" | ||
|  |                           android:text="@string/database_upgrade_activity__updating_database"/> | ||
|  | 
 | ||
|  |                 <ProgressBar android:id="@+id/indeterminate_progress" | ||
|  |                              android:layout_width="wrap_content" | ||
|  |                              android:layout_height="wrap_content" | ||
|  |                              android:indeterminate="true" | ||
|  |                              android:layout_gravity="center"/> | ||
|  | 
 | ||
|  |             <ProgressBar android:id="@+id/determinate_progress" | ||
|  |                          style="@android:style/Widget.ProgressBar.Horizontal" | ||
|  |                          android:layout_width="fill_parent" | ||
|  |                          android:layout_height="wrap_content" | ||
|  |                          android:indeterminate="false" | ||
|  |                          android:visibility="gone" | ||
|  |                          android:layout_gravity="center"/> | ||
|  | 
 | ||
|  |         </LinearLayout> | ||
|  |     </FrameLayout> | ||
|  | </ScrollView> |