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

Remove constraint layout workaround after dependency update

parent 85ad7d78
No related branches found
No related tags found
1 merge request!1264Bump dependencies
......@@ -19,7 +19,6 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_optimizationLevel="cache_measures"
android:paddingEnd="@dimen/tv_overscan_horizontal"
android:minHeight="?android:attr/listPreferredItemHeight"
android:focusable="true"
......
......@@ -52,7 +52,6 @@
android:focusable="true"
android:background="?attr/video_list_background"
selected="@{selected}"
vlc:layout_optimizationLevel="cache_measures"
android:longClickable="true"
android:foreground="?attr/selectableItemBackground"
android:minHeight="@dimen/audio_browser_item_size"
......
......@@ -39,7 +39,6 @@
android:clickable="true"
android:focusable="true"
android:minHeight="@dimen/audio_browser_item_size"
app:layout_optimizationLevel="cache_measures"
android:onClick="@{holder::onClick}"
android:onLongClick="@{holder::onLongClick}">
......@@ -52,7 +51,6 @@
android:layout_marginBottom="4dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintDimensionRatio="16:10"
app:layout_optimizationLevel="cache_measures"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
......
......@@ -40,8 +40,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/item_container"
app:layout_optimizationLevel="cache_measures">
android:id="@+id/item_container">
<View
android:id="@+id/selector"
......
......@@ -54,7 +54,6 @@ ext {
//fixme : When we update this dep, please verify of this issue is fixed: https://github.com/material-components/material-components-android/issues/1086
// if so, revert application/vlc-android/res/values[-v21]/styles.xml -> AppModalStyle
androidxMaterialVersion = '1.5.0'
//fixme: when updating to 2.1.x+, we should remove the 'layout_optimizationLevel' attribute we added in some layouts as a workaround for this issue: https://issuetracker.google.com/issues/170313444
constraintLayoutVersion = '2.1.3'
viewPager2Version = "1.0.0"
archVersion = '2.1.0'
......
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