mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 10:35:19 +00:00
ca8fecea9c
Did a refactor to better organize the camera flipping code. Also, I wanted to make sure we handle the cases where the user doesn't have two cameras (or no cameras, for that matter). In these cases, we just don't show the appropriate buttons.
8 lines
302 B
XML
8 lines
302 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:top="5dp"
|
|
android:left="5dp"
|
|
android:right="5dp"
|
|
android:bottom="5dp"
|
|
android:drawable="@drawable/quick_camera_front"/>
|
|
</layer-list> |