Loading packages/PackageInstaller/res/layout/install_fragment_layout.xml +27 −20 Original line number Diff line number Diff line Loading @@ -14,13 +14,18 @@ limitations under the License. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="wrap_content" android:layout_width="match_parent" android:orientation="vertical" android:paddingHorizontal="?android:attr/dialogPreferredPadding" android:paddingBottom="@dimen/alert_dialog_inner_padding"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <include layout="@layout/app_snippet_layout" /> <ProgressBar Loading @@ -42,3 +47,5 @@ android:visibility="gone" /> </LinearLayout> </ScrollView> packages/PackageInstaller/res/layout/install_fragment_material_layout.xml +26 −19 Original line number Diff line number Diff line Loading @@ -14,13 +14,18 @@ limitations under the License. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="wrap_content" android:layout_width="match_parent" android:orientation="vertical" android:paddingHorizontal="?android:attr/dialogPreferredPadding" android:paddingBottom="@dimen/alert_dialog_inner_padding"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <include layout="@layout/app_snippet_layout" /> <com.google.android.material.progressindicator.LinearProgressIndicator Loading @@ -41,3 +46,5 @@ android:visibility="gone" /> </LinearLayout> </ScrollView> packages/PackageInstaller/res/layout/uninstall_fragment_layout.xml +18 −11 Original line number Diff line number Diff line Loading @@ -14,13 +14,18 @@ limitations under the License. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="wrap_content" android:layout_width="match_parent" android:orientation="vertical" android:paddingHorizontal="?android:attr/dialogPreferredPadding" android:paddingBottom="@dimen/alert_dialog_inner_padding"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <include layout="@layout/app_snippet_layout" /> <TextView Loading @@ -34,3 +39,5 @@ <include layout="@layout/keep_data_option_layout" /> </LinearLayout> </ScrollView> Loading
packages/PackageInstaller/res/layout/install_fragment_layout.xml +27 −20 Original line number Diff line number Diff line Loading @@ -14,13 +14,18 @@ limitations under the License. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="wrap_content" android:layout_width="match_parent" android:orientation="vertical" android:paddingHorizontal="?android:attr/dialogPreferredPadding" android:paddingBottom="@dimen/alert_dialog_inner_padding"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <include layout="@layout/app_snippet_layout" /> <ProgressBar Loading @@ -42,3 +47,5 @@ android:visibility="gone" /> </LinearLayout> </ScrollView>
packages/PackageInstaller/res/layout/install_fragment_material_layout.xml +26 −19 Original line number Diff line number Diff line Loading @@ -14,13 +14,18 @@ limitations under the License. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="wrap_content" android:layout_width="match_parent" android:orientation="vertical" android:paddingHorizontal="?android:attr/dialogPreferredPadding" android:paddingBottom="@dimen/alert_dialog_inner_padding"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <include layout="@layout/app_snippet_layout" /> <com.google.android.material.progressindicator.LinearProgressIndicator Loading @@ -41,3 +46,5 @@ android:visibility="gone" /> </LinearLayout> </ScrollView>
packages/PackageInstaller/res/layout/uninstall_fragment_layout.xml +18 −11 Original line number Diff line number Diff line Loading @@ -14,13 +14,18 @@ limitations under the License. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="wrap_content" android:layout_width="match_parent" android:orientation="vertical" android:paddingHorizontal="?android:attr/dialogPreferredPadding" android:paddingBottom="@dimen/alert_dialog_inner_padding"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <include layout="@layout/app_snippet_layout" /> <TextView Loading @@ -34,3 +39,5 @@ <include layout="@layout/keep_data_option_layout" /> </LinearLayout> </ScrollView>