<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
    android:orientation="vertical"
     android:id="@+id/frmlay_newsfeed"
     android:background="@drawable/back2"
     tools:context="com.lloydm.geosword.activities.NewsFeedActivity" >
     <ScrollView
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:layout_marginTop="20dp"
     android:layout_marginLeft="10dp"
     android:layout_marginRight="10dp"
    
     android:padding="20dp"
     android:scrollbarStyle="outsideOverlay">
     <LinearLayout
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:orientation="vertical"
         android:id="@+id/laynewsfeed"
                    
                     >
     </LinearLayout>
            
                     </ScrollView>
    
    
    

</LinearLayout>