Rename stetho package to util
Summary: ^ These are the last two types imported from stetho which, if anything, can be integrated as is without having to track back to Stetho Reviewed By: LukeDefeo Differential Revision: D39573639 fbshipit-source-id: 8009532116ec7b2fed2751fa966269ad81a7cb00
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d8e47efb81
commit
84dc95b27b
@@ -21,7 +21,7 @@ import com.facebook.flipper.plugins.uidebugger.common.EnumMapping
|
|||||||
import com.facebook.flipper.plugins.uidebugger.common.Inspectable
|
import com.facebook.flipper.plugins.uidebugger.common.Inspectable
|
||||||
import com.facebook.flipper.plugins.uidebugger.common.InspectableObject
|
import com.facebook.flipper.plugins.uidebugger.common.InspectableObject
|
||||||
import com.facebook.flipper.plugins.uidebugger.common.InspectableValue
|
import com.facebook.flipper.plugins.uidebugger.common.InspectableValue
|
||||||
import com.facebook.flipper.plugins.uidebugger.stetho.ResourcesUtil
|
import com.facebook.flipper.plugins.uidebugger.util.ResourcesUtil
|
||||||
import java.lang.reflect.Field
|
import java.lang.reflect.Field
|
||||||
|
|
||||||
object ViewDescriptor : ChainedDescriptor<View>() {
|
object ViewDescriptor : ChainedDescriptor<View>() {
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* LICENSE file in the root directory of this source tree.
|
* LICENSE file in the root directory of this source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.facebook.flipper.plugins.uidebugger.stetho
|
package com.facebook.flipper.plugins.uidebugger.util
|
||||||
|
|
||||||
import android.text.TextUtils
|
import android.text.TextUtils
|
||||||
import android.view.View
|
import android.view.View
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
* LICENSE file in the root directory of this source tree.
|
* LICENSE file in the root directory of this source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.facebook.flipper.plugins.uidebugger.stetho
|
package com.facebook.flipper.plugins.uidebugger.util
|
||||||
|
|
||||||
import android.content.res.Resources
|
import android.content.res.Resources
|
||||||
import android.content.res.Resources.NotFoundException
|
import android.content.res.Resources.NotFoundException
|
||||||
Reference in New Issue
Block a user