adding some start margin to the export filename label
This commit is contained in:
parent
ec2352e597
commit
ae870aa048
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
||||||
android:id="@+id/export_messages_filename_label"
|
android:id="@+id/export_messages_filename_label"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginStart="@dimen/small_margin"
|
||||||
android:text="@string/filename_without_json"
|
android:text="@string/filename_without_json"
|
||||||
android:textSize="@dimen/smaller_text_size" />
|
android:textSize="@dimen/smaller_text_size" />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue