mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-09 01:37:15 +01:00
33dcdc1599
* Combine ripple_dark and ripple_light Fixes AMOLED theme and doesn't require two seperate items. * Fix ripple for the new About icons * Fixes nav/tab ripple in Dark Blue and Light Blue themes * Theme some ripples using their Style instead
6 lines
217 B
XML
6 lines
217 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:color="?attr/rippleColor">
|
|
<item android:drawable="?android:attr/colorBackground" />
|
|
</ripple>
|