Advertisement
Guest User

Untitled

a guest
Sep 27th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.62 KB | None | 0 0
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.               android:layout_width="fill_parent"
  3.               android:layout_height="fill_parent"
  4.               android:orientation="vertical">
  5.     <ScrollView
  6.             android:layout_width="match_parent"
  7.             android:layout_height="match_parent"
  8.             android:layout_weight="1"/>
  9.     <!--"Bottom Bar" -->
  10.     <LinearLayout
  11.             android:layout_width="match_parent"
  12.             android:layout_height="42dp"
  13.             android:background="#f00"
  14.             android:layout_weight="0">
  15.     </LinearLayout>
  16.  
  17. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement