Author: Adam <git@apiote.xyz>
remove todos
app/src/main/res/values-night-v31/themes.xml | 3 +-- app/src/main/res/values-night/themes.xml | 3 +-- app/src/main/res/values-v31/themes.xml | 3 +-- app/src/main/res/values/themes.xml | 3 +--
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index bc797d1c790a9c8b4aa51b453030446c50ec0292..fc66e51f3cb25eb4725f6d953e4dd603eaead510 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -45,8 +45,7 @@- 16sp
</style> <style name="Theme.Bimba.SearchResult.Description" parent="Theme.Bimba"> - <item name="android:textColor">@color/md_theme_light_onSurfaceVariant - </item> <!-- todo(ui) grey out --> + <item name="android:textColor">@color/md_theme_light_onSurfaceVariant</item> <item name="android:textSize">9sp</item> </style> diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml index 0046dd5dedb33232082fc69a08344bdf33bf86af..547f30d8a5dc214a04477654ce2df7019f454207 100644 --- a/app/src/main/res/values-night/themes.xml +++ b/app/src/main/res/values-night/themes.xml @@ -45,8 +45,7 @@- 16sp
</style> <style name="Theme.Bimba.SearchResult.Description" parent="Theme.Bimba"> - <item name="android:textColor">@color/md_theme_dark_onSurfaceVariant - </item> <!-- todo(ui) grey out --> + <item name="android:textColor">@color/md_theme_dark_onSurfaceVariant</item> <item name="android:textSize">9sp</item> </style> </resources> \ No newline at end of file diff --git a/app/src/main/res/values-night-v31/themes.xml b/app/src/main/res/values-night-v31/themes.xml index 654d4f18cd156cbe5fd60f4fac011c85e0ec53c8..7d1d73f687b3fb91a86981f4d12bf7c407e5a21e 100644 --- a/app/src/main/res/values-night-v31/themes.xml +++ b/app/src/main/res/values-night-v31/themes.xml @@ -49,8 +49,7 @@- 16sp
</style> <style name="Theme.Bimba.SearchResult.Description" parent="Theme.Bimba"> - <item name="android:textColor">@android:color/system_neutral2_100 - </item> <!-- todo(ui) grey out --> + <item name="android:textColor">@android:color/system_neutral2_100</item> <item name="android:textSize">9sp</item> </style> </resources> \ No newline at end of file diff --git a/app/src/main/res/values-v31/themes.xml b/app/src/main/res/values-v31/themes.xml index 5676ddc5483befb9cda766fd59ff7af6c3023f62..fc3b00ed0156f663b6f3164d675558159b4fa446 100644 --- a/app/src/main/res/values-v31/themes.xml +++ b/app/src/main/res/values-v31/themes.xml @@ -45,8 +45,7 @@- 16sp
</style> <style name="Theme.Bimba.SearchResult.Description" parent="Theme.Bimba"> - <item name="android:textColor">@android:color/system_neutral2_700 - </item> <!-- todo(ui) grey out --> + <item name="android:textColor">@android:color/system_neutral2_700</item> <item name="android:textSize">9sp</item> </style>