|
@@ -3,21 +3,21 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:baselineAligned="false"
|
|
|
android:gravity="center_vertical"
|
|
|
android:minHeight="?android:attr/listPreferredItemHeight"
|
|
|
android:paddingEnd="?android:attr/scrollbarSize"
|
|
|
android:paddingRight="?android:attr/scrollbarSize"
|
|
|
- tools:ignore="RtlSymmetry,UnusedAttribute"
|
|
|
- android:baselineAligned="false">
|
|
|
+ tools:ignore="RtlSymmetry,UnusedAttribute">
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginBottom="12dip"
|
|
|
android:layout_marginEnd="6dip"
|
|
|
- android:layout_marginLeft="16dip"
|
|
|
+ android:layout_marginLeft="@dimen/md_preference_content_inset"
|
|
|
android:layout_marginRight="6dip"
|
|
|
- android:layout_marginStart="16dip"
|
|
|
+ android:layout_marginStart="@dimen/md_preference_content_inset"
|
|
|
android:layout_marginTop="12dip"
|
|
|
android:layout_weight="1">
|
|
|
|