afficher les liens dans les messages

This commit is contained in:
odrling 2018-03-30 16:44:21 +02:00
parent 7b12c3bb45
commit c2a888a792
2 changed files with 3 additions and 0 deletions

View file

@ -17,6 +17,8 @@
android:padding="10dp"
android:text="@string/hello_blank_fragment"
android:textColor="@color/white"
android:autoLink="web"
android:textColorLink="@color/colorLink"
app:bb_fillColor="@color/colorPrimary" />
</RelativeLayout>

View file

@ -7,5 +7,6 @@
<color name="colorBGgradientEnd">#19919f</color>
<color name="colorBlack">#333333</color>
<color name="Grey">#888888</color>
<color name="colorLink">@color/white</color>
<color name="white">#ffffff</color>
</resources>