Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
[UPDATE] Added same gravity for text to have an vertical line.
Browse files Browse the repository at this point in the history
  • Loading branch information
hossain-khan committed Jun 4, 2019
1 parent 3973210 commit 69caf36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/list_item_resource_tech_talk.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
android:id="@+id/resource_title"
style="@style/TextAppearance.AppCompat.Title"
android:layout_width="0dp"
android:gravity="end"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/material_vertical_margin"
android:text="@{data.title}"
Expand Down

0 comments on commit 69caf36

Please sign in to comment.