contacts_list.xml 343 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. android:id="@+id/contact_fragment"
  4. xmlns:android="http://schemas.android.com/apk/res/android"
  5. android:layout_width="fill_parent"
  6. android:layout_height="fill_parent"
  7. android:background="@drawable/skin_global_bg"
  8. android:orientation="vertical">
  9. </LinearLayout>