Browse Source

Minor cleanup

Aidan Follestad 5 years ago
parent
commit
d3b3ec13bd

+ 7 - 1
bottomsheets/src/main/java/com/afollestad/materialdialogs/bottomsheets/HeightMatchesWidthImageView.kt

@@ -17,9 +17,15 @@ package com.afollestad.materialdialogs.bottomsheets
 
 import android.content.Context
 import android.util.AttributeSet
+import androidx.annotation.RestrictTo
+import androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP
 import androidx.appcompat.widget.AppCompatImageView
 
-/** @author Aidan Follestad (@afollestad) */
+/**
+ * @author Aidan Follestad (@afollestad)
+ * @hide
+ */
+@RestrictTo(LIBRARY_GROUP)
 class HeightMatchesWidthImageView(
   context: Context,
   attrs: AttributeSet?