mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-23 14:11:27 +00:00
Update camera icons.
This commit is contained in:
parent
478e5667b4
commit
196ef60a82
res
drawable-hdpi
drawable-mdpi
drawable-xhdpi
drawable-xxhdpi
drawable-xxxhdpi
layout
BIN
res/drawable-hdpi/ic_switch_camera_32.png
Executable file
BIN
res/drawable-hdpi/ic_switch_camera_32.png
Executable file
Binary file not shown.
After ![]() (image error) Size: 2.3 KiB |
Binary file not shown.
Before ![]() (image error) Size: 2.6 KiB |
BIN
res/drawable-mdpi/ic_switch_camera_32.png
Executable file
BIN
res/drawable-mdpi/ic_switch_camera_32.png
Executable file
Binary file not shown.
After ![]() (image error) Size: 1.3 KiB |
Binary file not shown.
Before ![]() (image error) Size: 1.5 KiB |
BIN
res/drawable-xhdpi/ic_switch_camera_32.png
Executable file
BIN
res/drawable-xhdpi/ic_switch_camera_32.png
Executable file
Binary file not shown.
After ![]() (image error) Size: 3.3 KiB |
Binary file not shown.
Before ![]() (image error) Size: 3.8 KiB |
BIN
res/drawable-xxhdpi/ic_switch_camera_32.png
Executable file
BIN
res/drawable-xxhdpi/ic_switch_camera_32.png
Executable file
Binary file not shown.
After ![]() (image error) Size: 6.0 KiB |
Binary file not shown.
Before ![]() (image error) Size: 6.9 KiB |
BIN
res/drawable-xxxhdpi/ic_switch_camera_32.png
Executable file
BIN
res/drawable-xxxhdpi/ic_switch_camera_32.png
Executable file
Binary file not shown.
After ![]() (image error) Size: 9.0 KiB |
Binary file not shown.
Before ![]() (image error) 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user