Loading res/layout/horizontal_preference.xml +3 −2 Original line number Diff line number Diff line Loading @@ -16,11 +16,12 @@ --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?android:attr/listPreferredItemHeightSmall" android:orientation="horizontal" android:paddingTop="1dp" android:paddingStart="@dimen/preference_no_icon_padding_start" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"> Loading res/xml/app_data_usage.xml +41 −38 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ <com.android.settings.datausage.SpinnerPreference android:key="cycle" /> <com.android.settings.applications.SpacePreference android:layout_height="8dp" /> <PreferenceCategory android:key="app_data_usage_summary_category"> <Preference android:key="total_usage" Loading @@ -41,9 +41,10 @@ android:selectable="false" android:layout="@layout/horizontal_preference" /> <com.android.settings.applications.SpacePreference android:layout_height="8dp" /> </PreferenceCategory> <PreferenceCategory android:key="app_data_usage_settings_category"> <Preference android:key="app_settings" android:title="@string/data_usage_app_settings" /> Loading @@ -58,6 +59,8 @@ android:title="@string/unrestricted_app_title" android:summary="@string/unrestricted_app_summary" /> </PreferenceCategory> <PreferenceCategory android:key="app_list" android:title="@string/data_usage_other_apps" /> Loading Loading
res/layout/horizontal_preference.xml +3 −2 Original line number Diff line number Diff line Loading @@ -16,11 +16,12 @@ --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?android:attr/listPreferredItemHeightSmall" android:orientation="horizontal" android:paddingTop="1dp" android:paddingStart="@dimen/preference_no_icon_padding_start" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"> Loading
res/xml/app_data_usage.xml +41 −38 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ <com.android.settings.datausage.SpinnerPreference android:key="cycle" /> <com.android.settings.applications.SpacePreference android:layout_height="8dp" /> <PreferenceCategory android:key="app_data_usage_summary_category"> <Preference android:key="total_usage" Loading @@ -41,9 +41,10 @@ android:selectable="false" android:layout="@layout/horizontal_preference" /> <com.android.settings.applications.SpacePreference android:layout_height="8dp" /> </PreferenceCategory> <PreferenceCategory android:key="app_data_usage_settings_category"> <Preference android:key="app_settings" android:title="@string/data_usage_app_settings" /> Loading @@ -58,6 +59,8 @@ android:title="@string/unrestricted_app_title" android:summary="@string/unrestricted_app_summary" /> </PreferenceCategory> <PreferenceCategory android:key="app_list" android:title="@string/data_usage_other_apps" /> Loading