Loading res/layout/fragment_pick.xml +0 −2 Original line number Diff line number Diff line Loading @@ -44,8 +44,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="4dp" android:backgroundTint="@color/fragment_pick_button_background_color" android:textColor="@color/fragment_pick_button_text_color" android:layout_marginEnd="4dp" /> <!-- Handles touch events when button1 is disabled. --> Loading res/values-v31/styles.xml +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ <style name="MaterialOutlinedButton" parent="@style/Widget.MaterialComponents.Button.OutlinedButton"> <item name="android:textAppearance">@style/MaterialButtonTextAppearance </item> <item name="android:backgroundTint">@android:color/white</item> <item name="android:backgroundTint">@color/e_floating_background</item> <item name="android:textColor">?android:colorAccent</item> </style> Loading Loading
res/layout/fragment_pick.xml +0 −2 Original line number Diff line number Diff line Loading @@ -44,8 +44,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="4dp" android:backgroundTint="@color/fragment_pick_button_background_color" android:textColor="@color/fragment_pick_button_text_color" android:layout_marginEnd="4dp" /> <!-- Handles touch events when button1 is disabled. --> Loading
res/values-v31/styles.xml +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ <style name="MaterialOutlinedButton" parent="@style/Widget.MaterialComponents.Button.OutlinedButton"> <item name="android:textAppearance">@style/MaterialButtonTextAppearance </item> <item name="android:backgroundTint">@android:color/white</item> <item name="android:backgroundTint">@color/e_floating_background</item> <item name="android:textColor">?android:colorAccent</item> </style> Loading