Project

General

Profile

« Previous | Next » 

Revision 703aee64

Added by Leszek Koltunski about 4 years ago

Fix clickable links in the About dialog.

View differences:

src/main/res/layout/dialog_about.xml
24 24
            android:layout_marginBottom="10dp"/>
25 25

  
26 26
        <TextView
27
            android:id="@+id/about_section1"
27 28
            android:layout_width="match_parent"
28 29
            android:layout_height="fill_parent"
29 30
            android:layout_weight="0.40"
......
34 35
            android:text="@string/credits1"/>
35 36

  
36 37
        <TextView
38
            android:id="@+id/about_section2"
37 39
            android:layout_width="match_parent"
38 40
            android:layout_height="fill_parent"
39 41
            android:layout_weight="0.60"
......
41 43
            android:layout_marginTop="10dp"
42 44
            android:layout_marginLeft="10dp"
43 45
            android:layout_marginRight="10dp"
44
            android:linksClickable="true"
45
            android:autoLink="web"
46 46
            android:text="@string/credits2"/>
47 47

  
48 48
    </LinearLayout>

Also available in: Unified diff