Skip to content
Snippets Groups Projects
Commit 1e987621 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Revert "Migrate the styles to the resources module"

This reverts commit 6012b348²
parent 5a9a1c8c
No related branches found
No related tags found
No related merge requests found
Pipeline #200569 passed with stage
in 21 minutes and 56 seconds
......@@ -163,6 +163,7 @@ dependencies {
api "androidx.activity:activity-ktx:$rootProject.ext.androidxActivityVersion"
api "androidx.fragment:fragment-ktx:$rootProject.ext.androidxFragmentVersion"
api "androidx.recyclerview:recyclerview:$rootProject.ext.androidxRecyclerviewVersion"
api "com.google.android.material:material:$rootProject.ext.androidxMaterialVersion"
api "androidx.annotation:annotation:$rootProject.ext.androidxAnnotationVersion"
api "androidx.constraintlayout:constraintlayout:$rootProject.ext.constraintLayoutVersion"
api "androidx.viewpager2:viewpager2:$rootProject.ext.viewPager2Version"
......@@ -182,6 +183,8 @@ dependencies {
//TV
api "androidx.leanback:leanback:$rootProject.ext.androidxLeanbackVersion"
api "androidx.leanback:leanback-preference:$rootProject.ext.androidxLeanbackVersion"
api "androidx.tvprovider:tvprovider:$rootProject.ext.androidxLeanbackVersion"
// Kotlin
......
<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:android="http://schemas.android.com/apk/res/android">
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!-- fixme : We'll have to revert to Widget.MaterialComponents.BottomSheet.Modal when this issue is fixed: https://github.com/material-components/material-components-android/issues/1086-->
<style name="AppModalStyle" parent="Widget.Design.BottomSheet.Modal">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment