Skip to content

Instantly share code, notes, and snippets.

@mzorz
Created January 23, 2015 20:39
Show Gist options
  • Save mzorz/b282065abfabebd4cb95 to your computer and use it in GitHub Desktop.
Save mzorz/b282065abfabebd4cb95 to your computer and use it in GitHub Desktop.
Doesnt work within custom view in actionBar (doesnt fill the whole area)
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="?attr/actionBarSize"
android:background="@color/mint"
>
<!--<RelativeLayout-->
<!--android:layout_width="fill_parent"-->
<!--android:layout_height="fill_parent"-->
<!--android:background="@color/mint"-->
<!-->-->
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="hello"/>
<!--</RelativeLayout>-->
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment