For those that may stumble upon this later I neglected to literally
"include" the xml in the main views xml

        <include layout="@layout/owners"
                android:id="@+id/owners_screen"
                android:layout_above="@id/navigation" />

On Feb 10, 8:59 pm, Aaron Buckner <nagm...@gmail.com> wrote:
> Nope!!! I knew I was missing something simple THANK YOU for your time!
> Thats what I get for taking a couple days off and getting out of
> town... you forget the simple stuff
>
> On Feb 10, 8:49 pm, TreKing <treking...@gmail.com> wrote:
>
>
>
>
>
>
>
> > On Thu, Feb 10, 2011 at 7:45 PM, Aaron Buckner <nagm...@gmail.com> wrote:
> > > The layout is contained in its own xml file labeled owners.xml I tend
> > > to seperate each view into separate xml files to keep it easier to
> > > manage.
>
> > That's good practice.
>
> > >        setContentView(R.layout.dashboard);
>
> > Here, this "dashboard" layout, this includes the "owners" layout somehow?
>
> > --------------------------------------------------------------------------- 
> > ----------------------
> > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> > transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to