mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-17 11:25:34 -04:00
Fixed: app:theme
is now deprecated. Please move to using android:theme
instead.
* Now we are using the `android:theme` everywhere in our project instead of `app:theme`.
This commit is contained in:
parent
83899c61c4
commit
3e52a897cd
@ -18,7 +18,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
app:popupTheme="@style/KiwixTheme"
|
app:popupTheme="@style/KiwixTheme"
|
||||||
app:theme="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar"
|
android:theme="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar"
|
||||||
tools:showIn="@layout/fragment_search" />
|
tools:showIn="@layout/fragment_search" />
|
||||||
|
|
||||||
<androidx.appcompat.widget.SwitchCompat
|
<androidx.appcompat.widget.SwitchCompat
|
||||||
|
@ -24,6 +24,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
app:layout_scrollFlags="scroll|enterAlways"
|
app:layout_scrollFlags="scroll|enterAlways"
|
||||||
app:popupTheme="@style/KiwixTheme"
|
app:popupTheme="@style/KiwixTheme"
|
||||||
app:theme="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar" />
|
android:theme="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar" />
|
||||||
|
|
||||||
</merge>
|
</merge>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
app:popupTheme="@style/KiwixTheme"
|
app:popupTheme="@style/KiwixTheme"
|
||||||
app:theme="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar"
|
android:theme="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar"
|
||||||
tools:showIn="@layout/fragment_search">
|
tools:showIn="@layout/fragment_search">
|
||||||
|
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user