About 253,000 results
Open links in new tab
  1. Designing a Circle with LinearLayout in Android - Medium

    Feb 21, 2018 · We are designing a circle with a combination of some LinearLayouts in a step by step and in a most easiest way. 1. Creating Parent LinearLayout.

    Missing:

    • Linear View

    Must include:

  2. How to Create a CircularImageView in Android using hdodenhof

    Aug 15, 2022 · This article aims to help in How to create a Circular image view in Android without using any library in an Android Application. A Simple Circular ImageView can be made with a White Border and Transparent Content of any shape without using any Library.

  3. How to create a complete round LinearLayout or RelativeLayout

    Oct 27, 2017 · I am trying to create a complete circular Layout so that if i put any content inside that layout. That content should be inside the circle. How is that possible ? I tried the following way. But the...

  4. android - How to Apply Corner Radius to LinearLayout - Stack Overflow

    Apr 9, 2012 · How can I apply a radius of a particular size in a LinearLayout? Please take a look at the already answered question on stackoverflow.com/questions/1683185/… You can create an XML file in the drawable folder. Call it, for example, shape.xml. In shape.xml: xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >

  5. A Simple Circular Layout for Android | by JH Lin | Medium

    Jun 12, 2017 · Today I want to introduce you a simple circular layout developed by myself. It would helps you create a circular-style ListView with smooth scroll. You can quickly clone and integrate it to your...

  6. hdodenhof/CircleImageView: A circular ImageView for Android - GitHub

    A circular ImageView for Android. Contribute to hdodenhof/CircleImageView development by creating an account on GitHub.

  7. Designing a Circle Layout Using LinearLayout in Android

    Designing a Circle Layout Using LinearLayout in Android. LinearLayout is one of the key element in any android app it plays important role in UI of any app.S...

    Missing:

    • Linear View

    Must include:

  8. circle image in android studio - circle image view library ... - YouTube

    circle image in android studio - circle image view library androidIn this video we are discussing about - * How to use Linear Layout in Android.* How to use...

  9. LinearLayout and its Important Attributes with Examples in Android

    Jan 28, 2025 · LinearLayout is one of the most basic layouts in android studio, that arranges multiple sub-views (UI elements) sequentially in a single direction i.e. horizontal or vertical manner by specifying the android:orientation attribute.

  10. android - add view to linearlayout on a circle drawn in canvas

    Apr 16, 2014 · I have drawn a circle using canvas draw method. Now I want to add a view on circumference of circle. I can get coordinate of circle but totally lost how to add view to that coordinate.

Refresh