Loading core/res/res/layout/app_language_picker_current_locale_item.xml +13 −8 Original line number Diff line number Diff line Loading @@ -18,26 +18,31 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent"> <FrameLayout android:layout_height="wrap_content" android:gravity="center_vertical"> <RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight=".8"> android:layout_marginEnd="6dip" android:layout_marginTop="6dip" android:layout_marginBottom="6dip" android:layout_weight="1"> <include android:id="@+id/language_picker_item" layout="@layout/language_picker_item" /> </FrameLayout> </RelativeLayout> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight=".2" android:layout_height="match_parent" android:gravity="center" android:minHeight="?android:attr/listPreferredItemHeight"> <ImageView android:id="@+id/imageView" android:layout_width="24dp" android:layout_height="24dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:layout_marginHorizontal="16dp" android:src="@drawable/ic_check_24dp" app:tint="?attr/colorAccentPrimaryVariant" android:contentDescription="@*android:string/checked"/> Loading core/res/res/layout/language_picker_item.xml +0 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ android:gravity="center_vertical" android:minHeight="?android:attr/listPreferredItemHeight" android:paddingStart="?android:attr/listPreferredItemPaddingStart" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:textAppearance="?android:attr/textAppearanceListItem" android:layoutDirection="locale" android:textDirection="locale" Loading Loading
core/res/res/layout/app_language_picker_current_locale_item.xml +13 −8 Original line number Diff line number Diff line Loading @@ -18,26 +18,31 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent"> <FrameLayout android:layout_height="wrap_content" android:gravity="center_vertical"> <RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight=".8"> android:layout_marginEnd="6dip" android:layout_marginTop="6dip" android:layout_marginBottom="6dip" android:layout_weight="1"> <include android:id="@+id/language_picker_item" layout="@layout/language_picker_item" /> </FrameLayout> </RelativeLayout> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight=".2" android:layout_height="match_parent" android:gravity="center" android:minHeight="?android:attr/listPreferredItemHeight"> <ImageView android:id="@+id/imageView" android:layout_width="24dp" android:layout_height="24dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:layout_marginHorizontal="16dp" android:src="@drawable/ic_check_24dp" app:tint="?attr/colorAccentPrimaryVariant" android:contentDescription="@*android:string/checked"/> Loading
core/res/res/layout/language_picker_item.xml +0 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ android:gravity="center_vertical" android:minHeight="?android:attr/listPreferredItemHeight" android:paddingStart="?android:attr/listPreferredItemPaddingStart" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:textAppearance="?android:attr/textAppearanceListItem" android:layoutDirection="locale" android:textDirection="locale" Loading