Loading packages/SettingsLib/FooterPreference/res/layout-v31/preference_footer.xml +0 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,6 @@ android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:background="?android:attr/selectableItemBackground" android:orientation="vertical" android:importantForAccessibility = "no" android:clipToPadding="false"> <LinearLayout Loading packages/SettingsLib/FooterPreference/res/layout/preference_footer.xml +0 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ android:paddingStart="?android:attr/listPreferredItemPaddingStart" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:background="?android:attr/selectableItemBackground" android:importantForAccessibility = "no" android:clipToPadding="false"> <LinearLayout Loading packages/SettingsLib/FooterPreference/src/com/android/settingslib/widget/FooterPreference.java +2 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ public class FooterPreference extends Preference { title.setMovementMethod(new LinkMovementMethod()); title.setClickable(false); title.setLongClickable(false); title.setFocusable(false); if (!TextUtils.isEmpty(mContentDescription)) { title.setContentDescription(mContentDescription); } Loading @@ -79,6 +80,7 @@ public class FooterPreference extends Preference { if (!TextUtils.isEmpty(mLearnMoreContentDescription)) { learnMore.setContentDescription(mLearnMoreContentDescription); } learnMore.setFocusable(false); } else { learnMore.setVisibility(View.GONE); } Loading Loading
packages/SettingsLib/FooterPreference/res/layout-v31/preference_footer.xml +0 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,6 @@ android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:background="?android:attr/selectableItemBackground" android:orientation="vertical" android:importantForAccessibility = "no" android:clipToPadding="false"> <LinearLayout Loading
packages/SettingsLib/FooterPreference/res/layout/preference_footer.xml +0 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ android:paddingStart="?android:attr/listPreferredItemPaddingStart" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:background="?android:attr/selectableItemBackground" android:importantForAccessibility = "no" android:clipToPadding="false"> <LinearLayout Loading
packages/SettingsLib/FooterPreference/src/com/android/settingslib/widget/FooterPreference.java +2 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ public class FooterPreference extends Preference { title.setMovementMethod(new LinkMovementMethod()); title.setClickable(false); title.setLongClickable(false); title.setFocusable(false); if (!TextUtils.isEmpty(mContentDescription)) { title.setContentDescription(mContentDescription); } Loading @@ -79,6 +80,7 @@ public class FooterPreference extends Preference { if (!TextUtils.isEmpty(mLearnMoreContentDescription)) { learnMore.setContentDescription(mLearnMoreContentDescription); } learnMore.setFocusable(false); } else { learnMore.setVisibility(View.GONE); } Loading