Loading _docs/history.html +1 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ <pre> Version 1.55 (Work in progress) UPDATED Shutter button now changes to a red square when recording video. UPDATED Removed -/+ controls for zoom and exposure compensation (these "zoom controls" are now deprecated in Android). Loading app/src/main/res/drawable/take_video_recording.xml +16 −10 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item> <shape android:shape="oval"> <size android:width="48dp" android:height="48dp" /> <size android:width="48dp" android:height="48dp"/> <solid android:color="#FFFFFF"/> </shape> </item> <item android:left="16dp" android:top="16dp" android:right="16dp" android:bottom="16dp"> <shape android:shape="rectangle"> <solid android:color="@color/shutter_icon_video_recording"/> <stroke android:width="16dp" android:color="#FFFFFF" /> <corners android:radius="3dp"/> </shape> </item> </layer-list> Loading
_docs/history.html +1 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ <pre> Version 1.55 (Work in progress) UPDATED Shutter button now changes to a red square when recording video. UPDATED Removed -/+ controls for zoom and exposure compensation (these "zoom controls" are now deprecated in Android). Loading
app/src/main/res/drawable/take_video_recording.xml +16 −10 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item> <shape android:shape="oval"> <size android:width="48dp" android:height="48dp" /> <size android:width="48dp" android:height="48dp"/> <solid android:color="#FFFFFF"/> </shape> </item> <item android:left="16dp" android:top="16dp" android:right="16dp" android:bottom="16dp"> <shape android:shape="rectangle"> <solid android:color="@color/shutter_icon_video_recording"/> <stroke android:width="16dp" android:color="#FFFFFF" /> <corners android:radius="3dp"/> </shape> </item> </layer-list>