Vor einiger Zeit habe ich eine Frage zum Runden von nur zwei Ecken einer Ansicht gestellt und eine großartige Antwort erhalten, habe aber Probleme bei der Implementierung. Hier ist meine drawRect: Methode: - (void)drawRect:(CGRect)rect { //[super drawRect:rect]; <------Should I uncomment this? int radius = 5; CGContextRef context = UIGraphicsGetCurrentContext(); CGContextBeginPath(context); …
Ich möchte abgerundete Schaltflächen in einem Android-Programm erstellen. Ich habe mir angesehen, wie man EditText mit abgerundeten Ecken erstellt. Was ich erreichen möchte, ist: Abgerundete Kantenknöpfe Ändern Sie den Hintergrund / das Erscheinungsbild der Schaltfläche in verschiedenen Zuständen (wie Onclick, Focus). Verwenden Sie mein eigenes PNG für den Hintergrund und …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.