Loading core/res/res/layout/dialog_custom_title_material.xml +2 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,8 @@ This is a custom layout for a dialog. android:layout_weight="0" android:gravity="center_vertical|start" style="?attr/windowTitleBackgroundStyle" /> <View android:layout_width="match_parent" android:layout_height="0dp" /> <FrameLayout android:layout_width="match_parent" android:layout_height="wrap_content" Loading core/res/res/layout/dialog_title_icons_material.xml +3 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,9 @@ enabled. android:layout_marginStart="8dip" /> </LinearLayout> <View android:layout_width="match_parent" android:layout_height="0dp" /> <FrameLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" Loading core/res/res/layout/dialog_title_material.xml +2 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,8 @@ enabled. android:paddingStart="?attr/dialogPreferredPadding" android:paddingEnd="?attr/dialogPreferredPadding" android:paddingTop="@dimen/dialog_padding_top_material" /> <View android:layout_width="match_parent" android:layout_height="0dp" /> <FrameLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" Loading Loading
core/res/res/layout/dialog_custom_title_material.xml +2 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,8 @@ This is a custom layout for a dialog. android:layout_weight="0" android:gravity="center_vertical|start" style="?attr/windowTitleBackgroundStyle" /> <View android:layout_width="match_parent" android:layout_height="0dp" /> <FrameLayout android:layout_width="match_parent" android:layout_height="wrap_content" Loading
core/res/res/layout/dialog_title_icons_material.xml +3 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,9 @@ enabled. android:layout_marginStart="8dip" /> </LinearLayout> <View android:layout_width="match_parent" android:layout_height="0dp" /> <FrameLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" Loading
core/res/res/layout/dialog_title_material.xml +2 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,8 @@ enabled. android:paddingStart="?attr/dialogPreferredPadding" android:paddingEnd="?attr/dialogPreferredPadding" android:paddingTop="@dimen/dialog_padding_top_material" /> <View android:layout_width="match_parent" android:layout_height="0dp" /> <FrameLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" Loading