Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <LinearLayout
  2. xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:orientation="vertical">
  8.  
  9.  
  10.  
  11.  
  12. <RelativeLayout
  13. android:id="@+id/RelativeLayout1"
  14. android:layout_width="match_parent"
  15. android:layout_height="0dp"
  16. android:layout_weight="1"
  17.  
  18.  
  19. tools:context=".MainActivity">
  20.  
  21.  
  22.  
  23. <com.afollestad.cardsui.CardListView
  24. android:id="@android:id/list"
  25. android:layout_width="fill_parent"
  26. android:layout_height="fill_parent" />
  27.  
  28. </RelativeLayout>
  29.  
  30. <com.startapp.android.publish.banner.Banner
  31. android:id="@+id/startAppBannerm"
  32. android:background="#E5E5E5"
  33. android:layout_width="fill_parent"
  34. android:layout_height="wrap_content" />
  35.  
  36.  
  37. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement