Parse links in app description

This commit is contained in:
Rahul Kumar Patel
2021-03-07 03:17:21 +05:30
parent 75fbdb7786
commit ded8d110e1

View File

@@ -58,6 +58,7 @@
android:id="@+id/txt_description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:autoLink="all"
android:textAppearance="@style/TextAppearance.Aurora.Line1" />
<com.aurora.store.view.custom.layouts.ActionHeaderLayout