Android_Me icon indicating copy to clipboard operation
Android_Me copied to clipboard

Why scaleType for FrameLayout?

Open ay3524 opened this issue 8 years ago • 2 comments

In the file named activity_android_me at the line number 37 you have used android:scaleType="centerInside" , I can't add inside mine?

ay3524 avatar Apr 27 '17 06:04 ay3524

That is strange. the auto completion of the code in the layout cannot find the scaleType for the Fragment. However, if i typed in android:scaleType="centerInside" in the Framelayout it doesn't give me any compile error. I attached the screenshot. Hope get some more clarification if this is a bug of the IDE. screen shot 2017-05-06 at 3 59 26 pm

vsay01 avatar May 06 '17 21:05 vsay01

See #2

WORMSS avatar May 09 '17 22:05 WORMSS