Skip to content

Commit 7b31d27

Browse files
authored
Merge pull request #19 from algolia/feature/lint-fixes
Feature/lint fixes
2 parents 6050e92 + 5e8c26f commit 7b31d27

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

ui/src/main/res/drawable-v21/button_negative_background_ripple.xml renamed to voice-ui/src/main/res/drawable-v21/button_negative_background_ripple.xml

File renamed without changes.

ui/src/main/res/drawable-v21/button_positive_background_ripple.xml renamed to voice-ui/src/main/res/drawable-v21/button_positive_background_ripple.xml

File renamed without changes.

ui/src/main/res/drawable-v21/microphone_background_ripple.xml renamed to voice-ui/src/main/res/drawable-v21/microphone_background_ripple.xml

File renamed without changes.

voice-ui/src/main/res/values/styles.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<resources>
1+
<resources xmlns:tools="http://schemas.android.com/tools">
22

33
<style name="VoiceDialogTheme" parent="ThemeOverlay.MaterialComponents.Dark">
44
<item name="android:windowNoTitle">true</item>
55
<item name="android:windowIsFloating">false</item>
6-
<item name="android:windowTranslucentStatus">true</item>
6+
<item name="android:windowTranslucentStatus" tools:targetApi="19">true</item>
77
<item name="colorControlHighlight">@color/white_a26</item>
88
<item name="android:windowBackground">@color/black_a85</item>
99
<item name="android:windowAnimationStyle">@style/Base.Animation.AppCompat.Dialog</item>

0 commit comments

Comments
 (0)