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

Commit edf94c3d authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

1009-Fix_outlined_button_visibilty_issue

parent 26ba8a97
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -379,8 +379,7 @@
                        android:layout_marginTop="8dp"
                        app:layout_constraintTop_toBottomOf="@id/appSettingsHint"
                        app:layout_constraintStart_toStartOf="@id/start"
                        style="@style/Widget.MaterialComponents.Button.OutlinedButton"
                        android:textColor="@color/primaryTextColor"
                        style="@style/outlined_button_style"
                        android:text="@string/permissions_app_settings" />

                </androidx.constraintlayout.widget.ConstraintLayout>
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@
                android:id="@+id/settingsBtn"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                style="@style/Widget.MaterialComponents.Button.OutlinedButton"
                style="@style/outlined_button_style"
                app:layout_constraintTop_toBottomOf="@id/settingsHint"
                app:layout_constraintStart_toStartOf="parent"
                android:layout_marginTop="8dp"
+1 −2
Original line number Diff line number Diff line
@@ -127,8 +127,7 @@

                    <Button
                        android:id="@+id/autostartMoreInfo"
                        style="@style/Widget.MaterialComponents.Button.OutlinedButton"
                        android:textColor="@color/primaryTextColor"
                        style="@style/outlined_button_style"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:text="@string/intro_more_info"
+1 −2
Original line number Diff line number Diff line
@@ -85,8 +85,7 @@
                        app:layout_constraintStart_toEndOf="@id/start"
                        android:layout_marginTop="16dp"
                        android:layout_gravity="center"
                        style="@style/Widget.MaterialComponents.Button.OutlinedButton"
                        android:textColor="@color/primaryTextColor"
                        style="@style/outlined_button_style"
                        android:text="@string/intro_open_source_details" />

                    <CheckBox
+5 −0
Original line number Diff line number Diff line
@@ -95,6 +95,11 @@
    <style name="custom_tab_style" parent="Widget.MaterialComponents.TabLayout.Colored">
    </style>

    <style name="outlined_button_style" parent="@style/Widget.MaterialComponents.Button.OutlinedButton">
        <item name="strokeColor">@color/accentColor</item>
        <item name="android:textColor">@color/accentColor</item>
    </style>

    <style name="custom_popup_theme" parent="android:ThemeOverlay.Material.Light">
        <item name="android:colorBackground">@color/backgroundColor</item>
        <item name="android:backgroundTint">@color/backgroundColor</item>