Skip to content

Commit

Permalink
Merge pull request #312 from skydoves/fix/vector-resource
Browse files Browse the repository at this point in the history
Use srcCompat on the balloon_layout_body layout
  • Loading branch information
skydoves authored Mar 25, 2022
2 parents 5e12df0 + f1aed0b commit 439141e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions balloon/src/main/res/layout/balloon_layout_body.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
limitations under the License.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/balloon"
android:layout_width="match_parent"
Expand Down Expand Up @@ -60,9 +61,9 @@
android:layout_height="10dp"
android:rotation="180"
android:scaleType="fitXY"
android:src="@drawable/balloon_arrow_drawable"
android:tint="@android:color/black"
android:visibility="invisible" />
android:visibility="invisible"
app:srcCompat="@drawable/balloon_arrow_drawable" />

</FrameLayout>

Expand Down

0 comments on commit 439141e

Please sign in to comment.