diff options
Diffstat (limited to 'res/layout/data_usage_header.xml')
-rw-r--r-- | res/layout/data_usage_header.xml | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/res/layout/data_usage_header.xml b/res/layout/data_usage_header.xml index 547d85d..52f56c1 100644 --- a/res/layout/data_usage_header.xml +++ b/res/layout/data_usage_header.xml @@ -32,28 +32,19 @@ android:divider="?android:attr/listDivider" /> </FrameLayout> - <LinearLayout + <include layout="@layout/data_usage_cycles" /> + <include layout="@layout/data_usage_chart" /> + + <TextView + android:id="@+id/usage_summary" android:layout_width="match_parent" android:layout_height="wrap_content" - android:orientation="horizontal" android:paddingLeft="16dip" - android:paddingRight="16dip"> - - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:text="@string/data_usage_cycle" /> + android:paddingRight="16dip" + android:paddingTop="8dip" + android:paddingBottom="8dip" + android:textAppearance="?android:attr/textAppearanceSmall" /> - <Spinner - android:id="@+id/cycles" - android:layout_width="0dip" - android:layout_height="wrap_content" - android:layout_weight="1" /> - - </LinearLayout> - - <include layout="@layout/data_usage_chart" /> <include layout="@layout/data_usage_detail" /> </LinearLayout> |