Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5d53034 authored by Arc Wang's avatar Arc Wang
Browse files

Fix BB due to CL submit timing problem.

Change style naming from Suw to Sud.

Bug: 120805516
Test: NA
Change-Id: Ieac16e5d28cc0e0232774651f0affec37a026888
parent c4e447ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+3 −3
Original line number Diff line number Diff line
@@ -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"/>