Fix video capture resource not found exception issue with low display density

This commit is contained in:
August 2018-08-15 15:38:24 +08:00
parent c0c756a686
commit 60428df668
6 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -24,6 +24,6 @@
<item>
<bitmap
android:gravity="center"
android:src="@drawable/ic_capture_video" />
android:src="@drawable/ic_capture_video_enabled" />
</item>
</selector>