Recent content by patermark

  1. P

    Custom layout does not fit in MenuItem properly

    I have tried to implement a simple RelativeLayout with a TextView as layout, but this gives the same strange behaviour: This is the code: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"...
  2. P

    Custom layout does not fit in MenuItem properly

    I'm trying to put a Layout into a MenuItem, which works, but it seems that the layout is placed next to a space reserved for the icon and title. This is my output: And this is the code used for the menu: menu.xml: <?xml version="1.0" encoding="utf-8"?> <menu...