diff --git a/Android.bp b/Android.bp index d0e191e7..a5771158 100644 --- a/Android.bp +++ b/Android.bp @@ -32,6 +32,7 @@ android_app { static_libs: [ "androidx.core_core", + "SettingsLib", "setupcompat", "setupdesign", "org.lineageos.platform.internal", diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ce81d124..6c966b09 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -58,7 +58,7 @@ diff --git a/res/layout-land/sim_missing_page.xml b/res/layout-land/sim_missing_page.xml index f262adf6..d2577b04 100644 --- a/res/layout-land/sim_missing_page.xml +++ b/res/layout-land/sim_missing_page.xml @@ -1,6 +1,7 @@ - + - + - - - + android:layout_height="0dp" + android:layout_weight="1"> - + style="@style/SudContentFrame"> - + - - - + + + + + + diff --git a/res/layout/choose_data_sim_page.xml b/res/layout/choose_data_sim_page.xml index 23cd5a56..fdac422d 100644 --- a/res/layout/choose_data_sim_page.xml +++ b/res/layout/choose_data_sim_page.xml @@ -1,7 +1,7 @@ - + - + - + - - - + android:layout_height="match_parent" + android:fillViewport="true"> - + style="@style/SudContentFrame" + android:visibility="gone"> - + - - + - + + + + + + - + android:layout_height="@dimen/sud_navbar_height" /> - - - + + diff --git a/res/layout/finish_activity.xml b/res/layout/finish_activity.xml index b9f0418e..a80a5609 100644 --- a/res/layout/finish_activity.xml +++ b/res/layout/finish_activity.xml @@ -1,7 +1,7 @@ - - - - - - - diff --git a/res/layout/intro_restore_activity.xml b/res/layout/intro_restore_activity.xml index fd8cadc4..09366057 100644 --- a/res/layout/intro_restore_activity.xml +++ b/res/layout/intro_restore_activity.xml @@ -1,7 +1,7 @@ - + - - - + android:layout_height="match_parent"> - + - + - + style="@style/SudContentFrame"> -