Skip to content

Commit 6567473

Browse files
committed
[demo] Used linkable label for article detail
1 parent dad8362 commit 6567473

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

demo/src/main/res/layout/activity_label_widget.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,11 @@
3939
android:layout_marginTop="3dp"
4040
android:layout_weight="1">
4141

42-
<com.mta.tehreer.widget.TLabel
42+
<com.mta.tehreer.demo.LinkableLabel
4343
android:id="@+id/label_article"
4444
android:layout_width="match_parent"
4545
android:layout_height="wrap_content"
46-
android:ellipsize="end"
4746
app:gravity="right"
48-
app:text="@string/article_detail"
4947
app:textColor="@android:color/black"
5048
app:textSize="18sp"
5149
app:typeface="@id/typeface_taj_nastaleeq"/>

0 commit comments

Comments
 (0)