ADD week 5
This commit is contained in:
		| @@ -0,0 +1,13 @@ | ||||
| package androidx.appcompat.widget; | ||||
|  | ||||
| import android.graphics.Rect; | ||||
|  | ||||
| /* loaded from: classes.dex */ | ||||
| public interface FitWindowsViewGroup { | ||||
|  | ||||
|     public interface OnFitSystemWindowsListener { | ||||
|         void onFitSystemWindows(Rect rect); | ||||
|     } | ||||
|  | ||||
|     void setOnFitSystemWindowsListener(OnFitSystemWindowsListener onFitSystemWindowsListener); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user