About 8,950,000 results
Open links in new tab
  1. FreshByte Labs: How to create different shape textviews in android ...

    Jan 6, 2019 · First go to your res>drawable folder. Create a new drawable file custom_shape.xml and add the following code inside it. Freshbyte labs is aimed at providing android tutorials …

  2. How can i achieve this custom Shape in android for a textview?

    You can simply create a custom shape and set it as background to your TextView: You can acchieve the shadow by just setting the elevation attribute on your TextView (or wrap it in a …

  3. How to Add a TextView with Rounded Corner in Android?

    Feb 18, 2021 · In this article, You will be learning how to create a TextView with Rounded Corners. First of all, we need to create a drawable resource file, which has a proper definition …

  4. 5 Creative Ways to Style Your Android TextView - DroidRocks

    Jan 3, 2023 · To add shadows or outlines to your Android TextViews, you will need to use the android:shadowColor, android:shadowDx, android:shadowDy, and android:shadowRadius …

  5. 5 ways to customize text view in android, add custom border in text view

    Dec 9, 2016 · In this post we are going to learn how to customize the TextView in Android, will learn 5 tricks to change the default TextView in Android. How to change the TextColor and …

  6. Changing shape of textview in Android framework - Stack Overflow

    Aug 3, 2017 · As you want to change the source of the android framework, you can alter the style of the TextView by altering the default Drawables. In the sources the various Drawables are …

  7. Shaping Views in Android : Cheat Sheet | by Jérémy Denais

    Sep 23, 2018 · In this article, I will attempt to cover the different techniques available to create a view with a custom shape, and for each technique I will assess how well it performs on the …

  8. Rajagopalr3/CustomizedTextView: Customized and Expandable TextView - GitHub

    Simple library to change the Textview as rectangle, circle and square shapes by adding one line of code in xml file.Multiple features are implemented and wrapped into single textview.

  9. TextView in Android with Example - GeeksforGeeks

    Jul 17, 2022 · TextView is a simple widget that is seen in every android application. This widget is used to display simple text within the android application. We can add custom styling to the …

  10. How to Put a Border Around an Android TextView - Repeato

    Jun 6, 2024 · Adding a border around a TextView in Android can enhance the UI by making the text stand out. There are multiple approaches to achieve this, ranging from using XML …

  11. Some results have been removed
Refresh