Merge changes from topic "free_up_space_card_preference" into sc-dev am: a23533cbdd

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14909652

Change-Id: I181cc7e6385a87f40d8632db84e98f4e9b279206
This commit is contained in:
TreeHugger Robot
2021-06-09 17:04:12 +00:00
committed by Automerger Merge Worker
8 changed files with 7 additions and 42 deletions

View File

@@ -29,6 +29,7 @@ import com.google.android.material.card.MaterialCardView;
* Preference that wrapped by {@link MaterialCardView}, only support to set icon, title and summary
*/
public class CardPreference extends Preference {
public CardPreference(Context context) {
this(context, null /* attrs */);
}