Allow taking photos directly from the app (closes #139)

This commit is contained in:
Raphael Michel 2017-04-15 17:43:26 +02:00
commit 15088fa42a
6 changed files with 118 additions and 8 deletions

View file

@ -91,6 +91,15 @@
android:paddingRight="16dp"
android:paddingTop="4dp">
<ImageButton
android:id="@+id/compose_photo_take"
style="?attr/image_button_style"
android:layout_width="32dp"
android:layout_height="32dp"
android:layout_marginRight="8dp"
app:srcCompat="@drawable/ic_camera_24dp"
android:contentDescription="@string/action_photo_take" />
<ImageButton
android:id="@+id/compose_photo_pick"
style="?attr/image_button_style"