Merge branch 'issue_139' of https://github.com/raphaelm/Tusky into raphaelm-issue_139

This commit is contained in:
Vavassor 2017-04-21 00:57:31 -04:00
commit 2d88571b14
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"