SUW: use standard navigation method
Use software/hardware back button and add on-screen Next & Skip buttons. Change-Id: I7bfa052f2217e51ea778df688e7169657aaad2c6
This commit is contained in:
@@ -25,14 +25,14 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
style="@style/SudContentFrame">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:gravity="center"
|
||||
style="@style/SudContentFrame">
|
||||
android:gravity="center">
|
||||
|
||||
<org.lineageos.setupwizard.widget.LocalePicker
|
||||
android:id="@+id/locale_list"
|
||||
@@ -46,11 +46,10 @@
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<com.google.android.setupdesign.view.NavigationBar
|
||||
<org.lineageos.setupwizard.NavigationLayout
|
||||
android:id="@+id/navigation_bar"
|
||||
style="@style/SudNavBarTheme"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/sud_navbar_height" />
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
</LinearLayout>
|
||||
</com.google.android.setupdesign.GlifLayout>
|
||||
|
Reference in New Issue
Block a user