Skip to content

Commit

Permalink
Merge pull request #159 from voghDev/add-horizontal-margins
Browse files Browse the repository at this point in the history
Add horizontal margin to TextView
  • Loading branch information
voghDev authored May 5, 2020
2 parents 347f638 + 47b6a7e commit c782665
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sample/src/main/res/layout/activity_invalid_pdf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginStart="24dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="24dp"
android:gravity="center_horizontal"
android:text="@string/invalid_pdf_text"
android:textSize="16sp" />

Expand Down

0 comments on commit c782665

Please sign in to comment.