Textview on(above) Button, doesn't work in Android 5(API 21)
It looks like a bug in 5 Android(API 21). I need a textview on button, textview should placed above the button. It works correct on Android 4.1(API 16) and incorrect on 5 Android(API 21). There are Screenshots and code: Android 4.1 - It is correct, red textview above the button Android 5 - it is incorrect , red textview under the button! Code: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/rlBottom" android:layout_width="fill_parent" android:layout_height="match_parent" > <FrameLayout android:layout_width="wrap