diff options
Diffstat (limited to 'res/layout/data_usage_detail.xml')
-rw-r--r-- | res/layout/data_usage_detail.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/res/layout/data_usage_detail.xml b/res/layout/data_usage_detail.xml index 639fcf5..0ce17d2 100644 --- a/res/layout/data_usage_detail.xml +++ b/res/layout/data_usage_detail.xml @@ -18,20 +18,22 @@ android:id="@+id/app_detail" android:layout_width="match_parent" android:layout_height="wrap_content" - android:orientation="vertical"> + android:orientation="vertical" + android:visibility="gone"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginLeft="@*android:dimen/preference_item_padding_side" - android:layout_marginRight="@*android:dimen/preference_item_padding_side" + android:layout_marginLeft="?android:attr/listPreferredItemPaddingLeft" + android:layout_marginRight="?android:attr/listPreferredItemPaddingRight" android:orientation="horizontal"> <LinearLayout android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1" - android:layout_marginRight="@*android:dimen/preference_item_padding_inner" + android:layout_marginTop="8dip" + android:layout_marginRight="8dip" android:orientation="vertical"> <ImageView @@ -82,8 +84,8 @@ android:id="@+id/app_settings" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginLeft="@*android:dimen/preference_item_padding_side" - android:layout_marginRight="@*android:dimen/preference_item_padding_side" + android:layout_marginLeft="?android:attr/listPreferredItemPaddingLeft" + android:layout_marginRight="?android:attr/listPreferredItemPaddingRight" android:layout_marginTop="16dip" android:layout_marginBottom="16dip" android:text="@string/data_usage_app_settings" /> |