Commit 0ab66d34 authored by Thomas's avatar Thomas
Browse files

Replacements

parent ee22181a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -166,9 +166,9 @@
                android:scrollbars="none"
                app:layout_constraintTop_toBottomOf="@id/barrier_software_version_bottom" />

            <androidx.appcompat.widget.AppCompatButton
            <com.google.android.material.button.MaterialButton
                android:id="@+id/close"
                style="@style/Widget.AppCompat.Button.Colored"
                style="@style/Widget.Material3.Button.OutlinedButton"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_gravity="center"
+2 −2
Original line number Diff line number Diff line
@@ -101,9 +101,9 @@
            android:textSize="16sp"
            android:visibility="gone" />

        <androidx.appcompat.widget.AppCompatButton
        <com.google.android.material.button.MaterialButton
            android:id="@+id/close"
            style="@style/Widget.AppCompat.Button.Colored"
            style="@style/Widget.Material3.Button.OutlinedButton"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center"
+8 −8
Original line number Diff line number Diff line
@@ -191,9 +191,9 @@
                android:text="@string/report_1_unfollow"
                android:textSize="16sp" />

            <androidx.appcompat.widget.AppCompatButton
            <com.google.android.material.button.MaterialButton
                android:id="@+id/action_unfollow"
                style="@style/Widget.AppCompat.Button.Colored"
                style="@style/Widget.Material3.Button.OutlinedButton"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_alignParentBottom="true"
@@ -223,9 +223,9 @@
                android:text="@string/report_1_mute"
                android:textSize="16sp" />

            <androidx.appcompat.widget.AppCompatButton
            <com.google.android.material.button.MaterialButton
                android:id="@+id/action_mute"
                style="@style/Widget.AppCompat.Button.Colored"
                style="@style/Widget.Material3.Button.OutlinedButton"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_alignParentBottom="true"
@@ -255,9 +255,9 @@
                android:text="@string/report_1_block"
                android:textSize="16sp" />

            <androidx.appcompat.widget.AppCompatButton
            <com.google.android.material.button.MaterialButton
                android:id="@+id/action_block"
                style="@style/Widget.AppCompat.Button.Colored"
                style="@style/Widget.Material3.Button.OutlinedButton"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_alignParentBottom="true"
@@ -416,9 +416,9 @@

    </androidx.appcompat.widget.LinearLayoutCompat>

    <androidx.appcompat.widget.AppCompatButton
    <com.google.android.material.button.MaterialButton
        android:id="@+id/action_button"
        style="@style/Widget.AppCompat.Button.Colored"
        style="@style/Widget.Material3.Button.OutlinedButton"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:enabled="false"
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@
    android:layout_height="wrap_content"
    android:layout_marginHorizontal="6dp"
    android:layout_marginTop="6dp"
    app:cardElevation="1dp">
    app:cardElevation="5dp"
    app:strokeWidth="0dp">

    <androidx.constraintlayout.widget.ConstraintLayout
        android:layout_width="match_parent"
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@
    android:layout_height="wrap_content"
    android:layout_marginHorizontal="12dp"
    android:layout_marginTop="12dp"
    app:cardElevation="2dp">
    app:cardElevation="5dp"
    app:strokeWidth="0dp">

    <androidx.constraintlayout.widget.ConstraintLayout
        android:layout_width="match_parent"
Loading