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 Nolen Johnson
parent c893e61bc9
commit 9959594af9

View File

@@ -49,5 +49,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>