Android Studio XML - How to get imageview in front of button?
问题 The question is quite simple. How do I get this imageview below to be visible in front of the button below? I am looking for an XML answer, not a Java answer. Seeing java (I think) will not change anything in the preview screen while working on the xml file. <ImageView android:layout_width="35dp" android:layout_height="35dp" android:background="@drawable/iconfb" android:layout_marginTop="90dp" android:layout_marginLeft="12.5pt" android:id="@+id/iconfb" /> <Button android:layout_width="300dp"