mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Use a white triangle for dropdown
This commit is contained in:
parent
9cc574c697
commit
d24fd5e3d0
2 changed files with 8 additions and 2 deletions
|
|
@ -32,6 +32,10 @@
|
|||
<item name="iconUndo">@drawable/ic_undo_black_24dp</item>
|
||||
</style>
|
||||
|
||||
<style name="SpinnerTheme" parent="LightAppTheme">
|
||||
<item name="colorControlNormal">#ffffff</item>
|
||||
</style>
|
||||
|
||||
<style name="NoTitle" parent="DarkAppTheme">
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue