mirror of
https://github.com/vernu/textbee.git
synced 2026-04-19 14:33:15 -04:00
chore(android): make link to dashboard clickable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user