SUW: add missing navigation bar in landsape layout

Add a navigation bar to the landscape orientation layout for the
'SIM missing' activity

Change-Id: Ic04b98e1891c9f411e658389168a45fc4fd7a103
This commit is contained in:
Sean McCreary
2022-02-12 14:55:26 -07:00
committed by Paul Keith
parent 9cfc52286c
commit 62b331d258

View File

@@ -57,5 +57,11 @@
</LinearLayout>
</FrameLayout>
<org.lineageos.setupwizard.NavigationLayout
android:id="@+id/navigation_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
</com.google.android.setupdesign.GlifLayout>