Assigned
Status Update
Comments
[Deleted User] <[Deleted User]> #2
Can you attach / share a project that reproduces the issue?
[Deleted User] <[Deleted User]> #3
Now i sure this is viewpager2's bug.
because just occur recyclerview inside viewpager2 with constraintlayout, if paging3 use Independently with viewpage2 it's not problem.
because just occur recyclerview inside viewpager2 with constraintlayout, if paging3 use Independently with viewpage2 it's not problem.
Description
`app:srcCompat` and `vectorDrawables.useSupportLibrary = true`
It worked fine with the old support libraries but is broken with `androidx.vectordrawable:vectordrawable-animated:1.0.0` and 1.1.0-alpha1
The code of the vector drawable is:
```
<vector xmlns:android="
android:width="90dp"
android:height="90dp"
android:viewportWidth="90"
android:viewportHeight="90">
<path
android:pathData="M45,45m-44,0a44,44 0,1 1,88 0a44,44 0,1 1,-88 0"
android:fillColor="#7CDCE8"
android:fillType="evenOdd"/>
<path
android:pathData="M15.3,78.093c9.556,7.19 19.363,10.785 29.42,10.785 10.057,0 20.17,-3.595 30.34,-10.785L75.06,74.2c0,-7 -15.55,-13.6 -22.61,-13.6L36.4,60.6c-3.69,0 -9,1.59 -13.34,4 -4.94,2.74 -7.76,6.07 -7.76,9.14v4.353z"
android:fillColor="#45E1ED"
android:fillType="nonZero"/>
<path
android:pathData="M53.03,59.9l-7.85,12.52 -7.85,-12.52L37.33,36.84h15.7z"
android:fillColor="#FFF"
android:fillType="nonZero"/>
<path
android:pathData="M60.31,32.66c0,9.75 -6.9,26 -15.41,26s-15.41,-16.27 -15.41,-26S36.39,15 44.9,15s15.41,7.9 15.41,17.65"
android:fillColor="#FFF"
android:fillType="nonZero"/>
<path
android:pathData="M44.36,59.13c-8.33,-0.33 -12.86,-15.5 -12.86,-15.5 9.413,4 18.413,4 27,0 -0.34,2.37 -5.81,15.83 -14.14,15.5z"
android:fillColor="#26C6DA"
android:fillType="nonZero"/>
<path
android:pathData="M52.58,54.23v5.85l-7.35,11.68 -7.35,-11.68L37.88,54.7a3.28,3.28 0,0 1,-1.07 -0.84v6.53l8.42,13.37 8.41,-13.37v-7.32a3.09,3.09 0,0 1,-1.06 1.16z"
android:fillColor="#4E4E4E"
android:fillType="nonZero"/>
<path
android:pathData="M44.69,82.76h1.07v-10h-1.07z"
android:fillColor="#4E4E4E"
android:fillType="nonZero"/>
<path
android:pathData="M31.55,43.63c9.373,3.88 18.327,3.88 26.86,0"
android:strokeWidth=".99"
android:fillColor="#00000000"
android:strokeColor="#4E4E4E"
android:fillType="evenOdd"/>
<path
android:pathData="M44.9,14.48c-8.79,0 -15.94,8.16 -15.94,18.18a39.56,39.56 0,0 0,4.57 16.92c3.28,6.21 7.32,9.63 11.37,9.63 4.05,0 8.09,-3.42 11.37,-9.63a39.56,39.56 0,0 0,4.57 -16.92c0,-10.02 -7.15,-18.18 -15.94,-18.18zM55.33,49.08c-3,5.77 -6.84,9.07 -10.43,9.07s-7.39,-3.3 -10.43,-9.07a38.46,38.46 0,0 1,-4.41 -16.42c0,-9.44 6.68,-17.12 14.88,-17.12 8.2,0 14.88,7.68 14.88,17.12a38.46,38.46 0,0 1,-4.49 16.42zM74.75,77.133L74.75,74.09c0,-6.52 -15.16,-13.1 -22.11,-13.1v-1c7.41,0 23.11,6.67 23.11,14.1l0.02,3.043v-0.814M15,78.093L15,73.61c0,-3.26 2.92,-6.75 8,-9.58 4.36,-2.41 9.82,-4 13.59,-4h1.26v1h-1.26c-3.62,0 -8.88,1.58 -13.11,3.92 -4.77,2.64 -7.5,5.81 -7.5,8.7v3.483"
android:fillColor="#4E4E4E"
android:fillType="nonZero"/>
<path
android:pathData="M29.61,29.78s18.54,-4.93 30.93,0.8c0,0 0.92,-9.34 -0.84,-10.94 -5,-4.54 -22.23,-9.47 -28.26,1.07 -1.42,2.49 -1.83,9.07 -1.83,9.07"
android:fillColor="#26C6DA"
android:fillType="nonZero"/>
<path
android:pathData="M45.58,27.26a37.56,37.56 0,0 1,14.5 2.53c0.29,-3.54 0.32,-8.79 -0.74,-9.75 -3,-2.71 -11.29,-6 -18.52,-4.84a11.79,11.79 0,0 0,-8.91 5.78c-1.07,1.88 -1.55,6.35 -1.71,8.11a70.09,70.09 0,0 1,15.38 -1.83zM61,31.38l-0.68,-0.31c-12.07,-5.59 -30.39,-0.82 -30.57,-0.77l-0.71,0.19v-0.74c0,-0.27 0.44,-6.74 1.9,-9.3a13,13 0,0 1,9.67 -6.3c7.65,-1.22 16.19,2.18 19.41,5.1 1.87,1.69 1.17,9.78 1,11.39l-0.02,0.74z"
android:fillColor="#4E4E4E"
android:fillType="nonZero"/>
<path
android:pathData="M57.09,29.852c0.869,0.263 1.724,0.572 2.56,0.928 0.072,0.62 0.109,1.245 0.11,1.87a24.47,24.47 0,0 1,-0.17 2.63,16.002 16.002,0 0,0 -0.051,-0.196c-0.051,1.046 -0.267,2.398 -0.659,4.266 -0.31,1.35 -0.69,2.68 -1.14,4a32.44,32.44 0,0 1,-4.82 1.63,44.68 44.68,0 0,0 0.67,-16c0.6,0.1 2.767,0.632 3.487,0.858l0.012,0.014z"
android:fillColor="#EDEDED"
android:fillType="nonZero"/>
<path
android:pathData="M53.37,27.88a30.35,30.35 0,0 1,6.69 1.9c0.29,-3.55 0.32,-8.79 -0.74,-9.75 -2.41,-2.18 -8.27,-4.73 -14.23,-5h-0.21s6.39,2.72 8.49,12.85z"
android:fillColor="#1EA2C1"
android:fillType="nonZero"/>
<path
android:pathData="M52.56,55a15.73,15.73 0,0 1,-2.61 2.37l0.54,5.95 2.07,-3.28L52.56,55z"
android:fillColor="#EDEDED"
android:fillType="nonZero"/>
<path
android:pathData="M55.31,49.07a39,39 0,0 0,2 -4.45,33.28 33.28,0 0,1 -4.63,1.5c-1.56,6 -2.24,8.65 -2.54,9.79a22.8,22.8 0,0 0,5.17 -6.84z"
android:fillColor="#1EA2C1"
android:fillType="nonZero"/>
<path
android:pathData="M74.75,77.76v-3.68c0,-6.34 -14.33,-12.73 -21.52,-13.08l-2,3.19c3.08,0.37 16,2.35 18.48,9.51 0,0 0.88,5.47 0.23,7.3l4.81,-3.24z"
android:fillColor="#26C6DA"
android:fillType="nonZero"/>
<path
android:pathData="M45,45m-44,0a44,44 0,1 1,88 0a44,44 0,1 1,-88 0"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#FFF"
android:fillType="evenOdd"/>
</vector>
```