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

Commit 69caf36

Browse files
committed
[UPDATE] Added same gravity for text to have an vertical line.
1 parent 3973210 commit 69caf36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
android:id="@+id/resource_title"
7272
style="@style/TextAppearance.AppCompat.Title"
7373
android:layout_width="0dp"
74+
android:gravity="end"
7475
android:layout_height="wrap_content"
7576
android:layout_marginTop="@dimen/material_vertical_margin"
7677
android:text="@{data.title}"

0 commit comments

Comments
 (0)