diff options
Diffstat (limited to 'res/layout/dashboard.xml')
-rw-r--r-- | res/layout/dashboard.xml | 29 |
1 files changed, 3 insertions, 26 deletions
diff --git a/res/layout/dashboard.xml b/res/layout/dashboard.xml index 87bd973..8a29289 100644 --- a/res/layout/dashboard.xml +++ b/res/layout/dashboard.xml @@ -24,33 +24,10 @@ android:layout_gravity="center" android:orientation="vertical"> - <TextView android:id="@+id/dash_text" + <ListView android:id="@id/android:list" android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_gravity="center" - android:text="@string/dashboard_wip" - android:padding="16dp" - android:layout_weight="0" - android:background="#ffcccccc" - android:textSize="16sp" - /> - - <EditText android:id="@+id/edittext_query" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:hint="@string/query_hint_text" - android:layout_weight="0"/> - - <FrameLayout android:id="@+id/dashboard" - android:layout_width="match_parent" - android:layout_height="0dip" - android:layout_weight="1"> - - <ListView android:id="@+id/list_results" - android:layout_width="match_parent" - android:layout_height="match_parent"/> - - </FrameLayout> + android:layout_height="match_parent" + android:background="@color/background_drawer" /> </LinearLayout> |