Skip to content

Commit

Permalink
add autolink
Browse files Browse the repository at this point in the history
  • Loading branch information
SlaVcE14 committed Sep 18, 2023
1 parent 93a1733 commit a6903ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/list_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
android:layout_marginEnd="10dp"
android:layout_marginBottom="10dp"
android:textColor="?colorOnSurfaceVariant"
android:autoLink="all"
android:text="Item"
android:textSize="25dp"
android:textStyle="bold" />
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout/list_layout2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
android:textIsSelectable="true"
android:longClickable="true"
android:textColor="?colorOnSurfaceVariant"
android:autoLink="all"
android:text="Item"
android:textSize="25dp" />

Expand All @@ -39,6 +40,7 @@
android:textIsSelectable="true"
android:longClickable="true"
android:textColor="?colorOnSurfaceVariant"
android:autoLink="all"
android:text="Item"
android:textSize="20dp" />

Expand Down

0 comments on commit a6903ca

Please sign in to comment.