Merge "Auto-link web urls in support messages." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
67d068e577
@@ -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"
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user