mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Show loading progress bar in catalogue
This commit is contained in:
		| @@ -11,9 +11,18 @@ | ||||
|         android:id="@+id/toolbar" | ||||
|         layout="@layout/toolbar"/> | ||||
|  | ||||
|     <ProgressBar | ||||
|         android:id="@+id/progress" | ||||
|         style="?android:attr/progressBarStyleLarge" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="fill_parent" | ||||
|         android:layout_gravity="center_vertical|center_horizontal" | ||||
|         android:visibility="gone" /> | ||||
|  | ||||
|     <GridView | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent" | ||||
|         android:layout_height="0dp" | ||||
|         android:layout_weight="1" | ||||
|         android:id="@+id/gridView" | ||||
|         android:padding="10dp" | ||||
|         android:clipToPadding="false" | ||||
| @@ -25,4 +34,12 @@ | ||||
|         android:fastScrollEnabled="true" | ||||
|         tools:listitem="@layout/item_catalogue" /> | ||||
|  | ||||
|     <ProgressBar | ||||
|         android:id="@+id/progress_grid" | ||||
|         style="?android:attr/progressBarStyle" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_gravity="center_vertical|center_horizontal" | ||||
|         android:visibility="gone" /> | ||||
|  | ||||
| </LinearLayout> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user