commit | 1e72ef01dafc735a179598628b49e535cb1637cf | [log] [tgz] |
---|---|---|
author | Wesley.CW Wang <wesleycwwang@google.com> | Fri May 29 18:52:19 2020 +0800 |
committer | Wesley Wang <wesleycwwang@google.com> | Mon Jun 01 07:07:06 2020 +0000 |
tree | 58cffc564658fc7a903b065e92d4e639721c4d4f | |
parent | 4af9053ed1affa995e203a0c1da34419421c04ac [diff] |
Make custom style tiles border support DT - Make Custom style tiles border color align with others https://screenshot.googleplex.com/POkQCu73ua8.png https://screenshot.googleplex.com/YZfDUom3xko.png Bug: 157619317 Test: manually Change-Id: Ifc80f5e49ab357b4f2ed39f52eec43a632305625
diff --git a/res/drawable/option_border_edge_custom.xml b/res/drawable/option_border_edge_custom.xml index 1863c5d..6d633c3 100644 --- a/res/drawable/option_border_edge_custom.xml +++ b/res/drawable/option_border_edge_custom.xml
@@ -26,8 +26,7 @@ <item android:state_activated="false"> <shape android:shape="rectangle"> <stroke - android:color="@color/black_24_alpha" - android:alpha="0.24" + android:color="@color/option_border_color" android:width="@dimen/option_border_width" /> <corners android:radius="?android:dialogCornerRadius" /> </shape>