diff --git a/res/drawable/float_button.xml b/res/drawable/float_button.xml index a8948d25773b22c1c94dcaf51352de0da05e3ea6..bf1fc3ca85f67fadaf996ff12d9db46238f6627d 100644 --- a/res/drawable/float_button.xml +++ b/res/drawable/float_button.xml @@ -1,14 +1,14 @@ - + - + + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:background="@color/light_purple" + android:gravity="bottom|center_horizontal|center_vertical" + android:orientation="vertical" > + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:orientation="horizontal" > + android:layout_width="match_parent" + android:layout_height="wrap_content" + layout="@layout/navigation_bar" /> + + android:id="@+id/processList" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_weight="1" + android:cacheColorHint="@color/light_purple" + android:listSelector="@color/light_purple" /> + + android:layout_width="fill_parent" + android:layout_height="@dimen/layout_height_test" + android:background="@drawable/bottom_bg" >