Update camera icons.
BIN
res/drawable-hdpi/ic_switch_camera_32.png
Executable file
After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.6 KiB |
BIN
res/drawable-mdpi/ic_switch_camera_32.png
Executable file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB |
BIN
res/drawable-xhdpi/ic_switch_camera_32.png
Executable file
After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.8 KiB |
BIN
res/drawable-xxhdpi/ic_switch_camera_32.png
Executable file
After Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 6.9 KiB |
BIN
res/drawable-xxxhdpi/ic_switch_camera_32.png
Executable file
After Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 10 KiB |
@ -17,12 +17,12 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/camera_flip_button"
|
||||
android:layout_width="48dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_above="@+id/camera_capture_button"
|
||||
android:layout_marginBottom="40dp"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:src="@drawable/ic_switch_camera_36"
|
||||
android:src="@drawable/ic_switch_camera_32"
|
||||
android:scaleType="fitCenter"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:visibility="gone"
|
||||
|
@ -17,12 +17,12 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/camera_flip_button"
|
||||
android:layout_width="48dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toStartOf="@+id/camera_capture_button"
|
||||
android:layout_marginEnd="40dp"
|
||||
android:layout_centerVertical="true"
|
||||
android:src="@drawable/ic_switch_camera_36"
|
||||
android:src="@drawable/ic_switch_camera_32"
|
||||
android:scaleType="fitCenter"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:visibility="gone"
|
||||
|