Center "Take photo" text in attachment selector
Fixes #4959 Closes #4961
This commit is contained in:
parent
ee9b89c4d4
commit
8b46dda004
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue