Skip to content

Commit d08d300

Browse files
committed
Add bottom margin to title
1 parent 140b3f9 commit d08d300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/layout/fragment_encounter_detail.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
style="@style/TextAppearance.AppCompat.Title"
2828
android:layout_width="wrap_content"
2929
android:layout_height="wrap_content"
30+
android:layout_marginBottom="10dp"
3031
android:text="@string/title_description" />
3132

3233
<TextView

0 commit comments

Comments
 (0)