Center "Take photo" text in attachment selector

Fixes #4959
Closes #4961
This commit is contained in:
mimi89999 2015-12-25 11:54:38 +01:00 committed by Moxie Marlinspike
parent ee9b89c4d4
commit 8b46dda004

View File

@ -132,6 +132,7 @@
<TextView android:layout_marginTop="10dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
style="@style/AttachmentTypeLabel"
android:text="@string/attachment_type_selector__camera"/>
@ -203,4 +204,4 @@
</LinearLayout>
</LinearLayout>
</LinearLayout>