Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cd4555a authored by Sudheer Shanka's avatar Sudheer Shanka Committed by android-build-merger
Browse files

Merge "Auto-link web urls in support messages." into nyc-dev

am: 67d068e5

* commit '67d068e5':
  Auto-link web urls in support messages.

Change-Id: I28f26bc84e009c7a199ef9cead16cdbb92d1018c
parents 0b2a97fa 67d068e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
            android:textAppearance="@android:style/TextAppearance.Material.Subhead"
            android:text="@string/default_admin_support_msg"
            android:maxLength="200"
            android:autoLink="email|phone"
            android:autoLink="email|phone|web"
            android:textColor="?android:attr/textColorSecondary" />
    <TextView android:id="@+id/admins_policies_list"
            android:layout_width="match_parent"
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:textAppearance="?android:attr/textAppearanceMedium"
                    android:autoLink="email|phone"
                    android:autoLink="email|phone|web"
                    android:padding="10dip" />
            </LinearLayout>