Skip to content

Commit

Permalink
Fix rename dialog button colors
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Dec 27, 2018
1 parent b99c7c1 commit f8875e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Empty file.
Empty file.
1 change: 1 addition & 0 deletions app/src/main/res/layout/addtransfer_link.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
android:paddingStart="8dp"
android:paddingEnd="8dp"
android:src="@drawable/ic_close"
android:tint="?colorControlNormal"
/>

<CheckBox
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<item name="bottomSheetDialogTheme">@style/ThemeOverlay.Putio.BottomSheetDialog</item>
<item name="floatingActionButtonStyle">@style/Widget.Putio.FloatingActionButton</item>
<item name="bottomNavigationStyle">@style/Widget.Putio.BottomNavigationView</item>
<item name="checkboxStyle">@style/Widget.Putio.CheckBox</item>

<item name="android:statusBarColor">?putio_colorTopBar</item>
<item name="android:navigationBarColor">?colorSurface</item>
Expand Down Expand Up @@ -113,4 +114,8 @@
<item name="itemTextColor">@color/bottom_nav_item_tint</item>
</style>

<style name="Widget.Putio.CheckBox" parent="Widget.MaterialComponents.CompoundButton.CheckBox">
<item name="useMaterialThemeColors">false</item>
</style>

</resources>

0 comments on commit f8875e0

Please sign in to comment.