Loading res/layout/card_preference_layout.xml +12 −13 Original line number Diff line number Diff line Loading @@ -15,20 +15,19 @@ limitations under the License. --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content"> <com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/container" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="8dp" android:foreground="@drawable/contextual_card_background" android:clickable="true" style="@style/ContextualCardStyle"> <include android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="-8dp" layout="@layout/settingslib_preference"/> </com.google.android.material.card.MaterialCardView> </FrameLayout> Loading
res/layout/card_preference_layout.xml +12 −13 Original line number Diff line number Diff line Loading @@ -15,20 +15,19 @@ limitations under the License. --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content"> <com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/container" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="8dp" android:foreground="@drawable/contextual_card_background" android:clickable="true" style="@style/ContextualCardStyle"> <include android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="-8dp" layout="@layout/settingslib_preference"/> </com.google.android.material.card.MaterialCardView> </FrameLayout>