Loading app/ui/legacy/src/main/res/drawable/btn_bg_rounded_corner.xml +23 −6 Original line number Original line Diff line number Diff line Loading @@ -15,11 +15,28 @@ ~ along with this program. If not, see <https://www.gnu.org/licenses/>. ~ along with this program. If not, see <https://www.gnu.org/licenses/>. --> --> <ripple xmlns:android="http://schemas.android.com/apk/res/android" android:color="@color/ripple_material_dark"> <item android:id="@android:id/mask"> <shape android:shape="rectangle"> <stroke android:width="7dp" android:color="#00FFFFFF" /> <solid android:color="@android:color/white" /> <corners android:radius="7dp" /> </shape> </item> <item> <shape <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> android:shape="rectangle"> <stroke android:width="7dp" android:color="#00FFFFFF" /> <solid android:color="#FFFFFF"/> <solid android:color="#FFFFFF"/> <corners android:radius="7dp"/> <corners android:radius="7dp"/> </shape> </shape> </item> </ripple> app/ui/legacy/src/main/res/layout/wizard_setup.xml +0 −1 Original line number Original line Diff line number Diff line Loading @@ -26,7 +26,6 @@ android:layout_width="wrap_content" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_height="match_parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent" android:foreground="?selectableItemBackground" android:background="@drawable/btn_bg_rounded_corner" android:background="@drawable/btn_bg_rounded_corner" android:backgroundTint="@color/btn_color_bg_state" android:backgroundTint="@color/btn_color_bg_state" android:textColor="@color/color_default_background" android:textColor="@color/color_default_background" Loading app/ui/legacy/src/main/res/layout/wizard_welcome.xml +0 −1 Original line number Original line Diff line number Diff line Loading @@ -27,7 +27,6 @@ android:layout_height="match_parent" android:layout_height="match_parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent" android:textColor="@color/color_default_background" android:textColor="@color/color_default_background" android:foreground="?selectableItemBackground" android:background="@drawable/btn_bg_rounded_corner" android:background="@drawable/btn_bg_rounded_corner" android:backgroundTint="@color/color_default_accent" android:backgroundTint="@color/color_default_accent" android:textSize="14sp" android:textSize="14sp" Loading Loading
app/ui/legacy/src/main/res/drawable/btn_bg_rounded_corner.xml +23 −6 Original line number Original line Diff line number Diff line Loading @@ -15,11 +15,28 @@ ~ along with this program. If not, see <https://www.gnu.org/licenses/>. ~ along with this program. If not, see <https://www.gnu.org/licenses/>. --> --> <ripple xmlns:android="http://schemas.android.com/apk/res/android" android:color="@color/ripple_material_dark"> <item android:id="@android:id/mask"> <shape android:shape="rectangle"> <stroke android:width="7dp" android:color="#00FFFFFF" /> <solid android:color="@android:color/white" /> <corners android:radius="7dp" /> </shape> </item> <item> <shape <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> android:shape="rectangle"> <stroke android:width="7dp" android:color="#00FFFFFF" /> <solid android:color="#FFFFFF"/> <solid android:color="#FFFFFF"/> <corners android:radius="7dp"/> <corners android:radius="7dp"/> </shape> </shape> </item> </ripple>
app/ui/legacy/src/main/res/layout/wizard_setup.xml +0 −1 Original line number Original line Diff line number Diff line Loading @@ -26,7 +26,6 @@ android:layout_width="wrap_content" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_height="match_parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent" android:foreground="?selectableItemBackground" android:background="@drawable/btn_bg_rounded_corner" android:background="@drawable/btn_bg_rounded_corner" android:backgroundTint="@color/btn_color_bg_state" android:backgroundTint="@color/btn_color_bg_state" android:textColor="@color/color_default_background" android:textColor="@color/color_default_background" Loading
app/ui/legacy/src/main/res/layout/wizard_welcome.xml +0 −1 Original line number Original line Diff line number Diff line Loading @@ -27,7 +27,6 @@ android:layout_height="match_parent" android:layout_height="match_parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent" android:textColor="@color/color_default_background" android:textColor="@color/color_default_background" android:foreground="?selectableItemBackground" android:background="@drawable/btn_bg_rounded_corner" android:background="@drawable/btn_bg_rounded_corner" android:backgroundTint="@color/color_default_accent" android:backgroundTint="@color/color_default_accent" android:textSize="14sp" android:textSize="14sp" Loading