mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	updated javadoc comments
This commit is contained in:
		
							parent
							
								
									4e82808591
								
							
						
					
					
						commit
						c606f5193f
					
				
					 1 changed files with 10 additions and 2 deletions
				
			
		|  | @ -13,6 +13,7 @@ import android.view.WindowManager; | |||
| 
 | ||||
| /** | ||||
|  * a formatted dialog fragment | ||||
|  * This class is used by NearbyInfoDialog | ||||
|  */ | ||||
| public abstract class OverlayDialog extends DialogFragment { | ||||
| 
 | ||||
|  | @ -27,7 +28,8 @@ public abstract class OverlayDialog extends DialogFragment { | |||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * allows subclasses to initialize themselves if needed | ||||
|      * When the view is created, sets the dialog layout to full screen | ||||
|      *  | ||||
|      * @param view the view being used | ||||
|      * @param savedInstanceState bundle re-constructed from a previous saved state | ||||
|      */ | ||||
|  | @ -50,6 +52,12 @@ public abstract class OverlayDialog extends DialogFragment { | |||
|         window.setAttributes(wlp); | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * builds custom dialog container | ||||
|      *  | ||||
|      * @param savedInstanceState the previously saved state | ||||
|      * @return the dialog | ||||
|      */ | ||||
|     @NonNull | ||||
|     @Override | ||||
|     public Dialog onCreateDialog(Bundle savedInstanceState) { | ||||
|  | @ -58,4 +66,4 @@ public abstract class OverlayDialog extends DialogFragment { | |||
|         window.setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT)); | ||||
|         return dialog; | ||||
|     } | ||||
| } | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Agent-8
						Agent-8