background - android backgroun does not change -



background - android backgroun does not change -

i want programme have background color #222222. graphical editor in eclipse shows me has color when start app on device has still white background.

<?xml version="1.0" encoding="utf-8"?> <linearlayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:background="#222222" > </linearlayout>

in playlistfragment.java :

//this fragment uses layout public class playlistfragment extends fragment { @override public view oncreateview( layoutinflater inflater, viewgroup container, bundle savedinstancestate ){ homecoming inflater.inflate(r.layout.fragment_playlist, container, false); } }

android background

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -