Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

Clickable on TextView not working

$
0
0

Hello everyone, I'm having a problem with TextView, I'm trying to leave it with a wave effect similar to the button, I tried to implement "android: clickable = 'true'", but it did not work ... anyone know of any efficient method?

My FirstView.axml




My FirstView.cs

using Android.App;
using Android.OS;
using MvvmCross.Droid.Views;

namespace EfeitoWave.Droid.Views
{
[Activity(Label = "View do Android")]
public class FirstView : MvxActivity
{
protected override void OnCreate(Bundle bundle)
{
base.OnCreate(bundle);
SetContentView(Resource.Layout.FirstView);

    }
}

}


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>