We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad8362 commit 6567473Copy full SHA for 6567473
demo/src/main/res/layout/activity_label_widget.xml
@@ -39,13 +39,11 @@
39
android:layout_marginTop="3dp"
40
android:layout_weight="1">
41
42
- <com.mta.tehreer.widget.TLabel
+ <com.mta.tehreer.demo.LinkableLabel
43
android:id="@+id/label_article"
44
android:layout_width="match_parent"
45
android:layout_height="wrap_content"
46
- android:ellipsize="end"
47
app:gravity="right"
48
- app:text="@string/article_detail"
49
app:textColor="@android:color/black"
50
app:textSize="18sp"
51
app:typeface="@id/typeface_taj_nastaleeq"/>
0 commit comments