chore(android): make link to dashboard clickable

This commit is contained in:
isra el
2025-05-31 14:02:19 +03:00
parent cdf3b7bb51
commit 0bd1818678

View File

@@ -497,10 +497,15 @@
android:textStyle="bold" />
<TextView
android:id="@+id/dashboardLinkText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Go to textbee.dev/dashboard"
android:textColor="@color/text_primary" />
android:text="Go to https://textbee.dev/dashboard"
android:textColor="?attr/colorPrimary"
android:autoLink="web"
android:linksClickable="true"
android:clickable="true"
android:focusable="true" />
</LinearLayout>
<LinearLayout