Place ImageView over Button android

后端 未结 9 1972
醉话见心
醉话见心 2020-11-30 06:35

I am trying to place an ImageView over a Button using RelativeLayout. Here is my xml:



        
9条回答
  •  时光取名叫无心
    2020-11-30 07:23

    Actually it's much easier to just set the StateListAnimator to @null

    Source Android 5.0 android:elevation Works for View, but not Button?

提交回复
热议问题