Loading res/layout/dialog_profiles_volume_override.xml +6 −3 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:paddingStart="20dip" android:paddingEnd="20dip" android:gravity="center_horizontal"> <CheckBox Loading @@ -24,11 +26,12 @@ android:text="@string/profile_volume_override_checkbox_label" android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="20dip" /> android:layout_marginTop="20dip" /> <SeekBar android:id="@+id/seekbar" android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="20dip" /> android:layout_marginTop="20dip" android:layout_marginBottom="20dip" /> </LinearLayout> res/layout/fragment_setup_actions.xml +1 −4 Original line number Diff line number Diff line Loading @@ -21,10 +21,7 @@ android:id="@android:id/list" android:layout_weight="1" android:layout_width="match_parent" android:layout_height="0dp" android:paddingStart="@*android:dimen/preference_item_padding_side" android:paddingEnd="@*android:dimen/preference_item_padding_side"/> android:layout_height="0dp" /> <LinearLayout android:id="@+id/bottom_buttons" Loading res/layout/list_two_line_item.xml +9 −9 Original line number Diff line number Diff line Loading @@ -4,25 +4,25 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?android:attr/listPreferredItemHeight" android:paddingStart="?android:attr/listPreferredItemPaddingStart" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:paddingTop="16dp" android:paddingBottom="16dp" android:orientation="vertical" android:gravity="center" android:gravity="center_vertical" > <TextView android:id="@+id/title" android:padding="4dp" android:layout_height="wrap_content" android:layout_width="match_parent" android:textAppearance="@android:style/TextAppearance.Material.Subhead" android:textColor="?android:attr/textColorPrimary" /> android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceListItem" /> <TextView android:id="@+id/summary" android:paddingLeft="4dp" android:paddingRight="4dp" android:layout_height="wrap_content" android:layout_width="match_parent" android:textAppearance="@android:style/TextAppearance.Material.Body1" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceListItemSecondary" android:textColor="?android:attr/textColorSecondary" /> </LinearLayout> res/layout/profile_list_header.xml +8 −12 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingLeft="4dip" android:paddingTop="18dip" android:orientation="horizontal" > <TextView <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/title" android:layout_width="fill_parent" android:layout_width="match_parent" android:layout_height="wrap_content" android:textAppearance="@style/TextAppearance.CategoryTitle" /> android:layout_marginBottom="16dip" android:textAppearance="@style/TextAppearance.CategoryTitle" android:paddingStart="?android:attr/listPreferredItemPaddingStart" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:paddingTop="16dip" /> </LinearLayout> res/layout/profile_list_item.xml +10 −13 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/title" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?android:attr/listPreferredItemHeight" android:gravity="center" android:orientation="vertical" > <TextView android:id="@+id/title" android:padding="4dp" android:layout_height="match_parent" android:layout_width="match_parent" android:textSize="18sp" android:textAppearance="@android:style/TextAppearance.Material.Subhead" /> </LinearLayout> android:paddingStart="?android:attr/listPreferredItemPaddingStart" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:paddingTop="16dp" android:paddingBottom="16dp" android:gravity="center_vertical" android:orientation="vertical" android:textAppearance="?android:attr/textAppearanceListItem" android:textSize="18sp" /> Loading
res/layout/dialog_profiles_volume_override.xml +6 −3 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:paddingStart="20dip" android:paddingEnd="20dip" android:gravity="center_horizontal"> <CheckBox Loading @@ -24,11 +26,12 @@ android:text="@string/profile_volume_override_checkbox_label" android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="20dip" /> android:layout_marginTop="20dip" /> <SeekBar android:id="@+id/seekbar" android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="20dip" /> android:layout_marginTop="20dip" android:layout_marginBottom="20dip" /> </LinearLayout>
res/layout/fragment_setup_actions.xml +1 −4 Original line number Diff line number Diff line Loading @@ -21,10 +21,7 @@ android:id="@android:id/list" android:layout_weight="1" android:layout_width="match_parent" android:layout_height="0dp" android:paddingStart="@*android:dimen/preference_item_padding_side" android:paddingEnd="@*android:dimen/preference_item_padding_side"/> android:layout_height="0dp" /> <LinearLayout android:id="@+id/bottom_buttons" Loading
res/layout/list_two_line_item.xml +9 −9 Original line number Diff line number Diff line Loading @@ -4,25 +4,25 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?android:attr/listPreferredItemHeight" android:paddingStart="?android:attr/listPreferredItemPaddingStart" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:paddingTop="16dp" android:paddingBottom="16dp" android:orientation="vertical" android:gravity="center" android:gravity="center_vertical" > <TextView android:id="@+id/title" android:padding="4dp" android:layout_height="wrap_content" android:layout_width="match_parent" android:textAppearance="@android:style/TextAppearance.Material.Subhead" android:textColor="?android:attr/textColorPrimary" /> android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceListItem" /> <TextView android:id="@+id/summary" android:paddingLeft="4dp" android:paddingRight="4dp" android:layout_height="wrap_content" android:layout_width="match_parent" android:textAppearance="@android:style/TextAppearance.Material.Body1" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceListItemSecondary" android:textColor="?android:attr/textColorSecondary" /> </LinearLayout>
res/layout/profile_list_header.xml +8 −12 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingLeft="4dip" android:paddingTop="18dip" android:orientation="horizontal" > <TextView <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/title" android:layout_width="fill_parent" android:layout_width="match_parent" android:layout_height="wrap_content" android:textAppearance="@style/TextAppearance.CategoryTitle" /> android:layout_marginBottom="16dip" android:textAppearance="@style/TextAppearance.CategoryTitle" android:paddingStart="?android:attr/listPreferredItemPaddingStart" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:paddingTop="16dip" /> </LinearLayout>
res/layout/profile_list_item.xml +10 −13 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/title" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?android:attr/listPreferredItemHeight" android:gravity="center" android:orientation="vertical" > <TextView android:id="@+id/title" android:padding="4dp" android:layout_height="match_parent" android:layout_width="match_parent" android:textSize="18sp" android:textAppearance="@android:style/TextAppearance.Material.Subhead" /> </LinearLayout> android:paddingStart="?android:attr/listPreferredItemPaddingStart" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:paddingTop="16dp" android:paddingBottom="16dp" android:gravity="center_vertical" android:orientation="vertical" android:textAppearance="?android:attr/textAppearanceListItem" android:textSize="18sp" />