Fix BB due to CL submit timing problem.
Change style naming from Suw to Sud. Bug: 120805516 Test: NA Change-Id: Ieac16e5d28cc0e0232774651f0affec37a026888
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
<Button
|
||||
android:id="@+id/choose_different_network"
|
||||
style="@style/SuwGlifButton.Secondary"
|
||||
style="@style/SudGlifButton.Secondary"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintTop_toBottomOf="@+id/wifi_ap_picture_view"
|
||||
|
@@ -19,11 +19,11 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/SuwGlifButtonBar">
|
||||
style="@style/SudGlifButtonBar">
|
||||
|
||||
<Button
|
||||
android:id="@+id/button_left"
|
||||
style="@style/SuwGlifButton.Secondary"
|
||||
style="@style/SudGlifButton.Secondary"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="start"/>
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
<Button
|
||||
android:id="@+id/button_right"
|
||||
style="@style/SuwGlifButton.Primary"
|
||||
style="@style/SudGlifButton.Primary"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="end"/>
|
||||
|
Reference in New Issue
Block a user