diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-10 18:26:31 -0600 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-19 15:10:47 -0600 |
commit | f9131ce775b180cee3fa8ec1ac52290a7f58d1ef (patch) | |
tree | 172d704367c6d74b6d99bb251abe4c3e40c19a24 /res/layout/client_dashboard.xml | |
parent | 437183f283e61da878aded001fb78e8e62aa9da6 (diff) |
Refactor EIP UI and control logic out of Dashboard into a Fragment
Diffstat (limited to 'res/layout/client_dashboard.xml')
-rw-r--r-- | res/layout/client_dashboard.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/res/layout/client_dashboard.xml b/res/layout/client_dashboard.xml index 9d9b7a40..9f05cfbc 100644 --- a/res/layout/client_dashboard.xml +++ b/res/layout/client_dashboard.xml @@ -65,15 +65,6 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="0.11" - android:orientation="vertical" > - - <ViewStub - android:id="@+id/eipOverviewStub" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:inflatedId="@+id/eipOverview" - android:layout="@layout/eip_overview" /> - - </LinearLayout> + android:orientation="vertical" /> </LinearLayout>
\ No newline at end of file |