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:
Arc Wang
2019-01-10 16:14:33 +08:00
parent c4e447ce71
commit e5d530348c
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"/>