{"id":13396237,"url":"https://github.com/pavlospt/RoundedLetterView","last_synced_at":"2025-03-13T22:31:54.589Z","repository":{"id":23238322,"uuid":"26595984","full_name":"pavlospt/RoundedLetterView","owner":"pavlospt","description":"RoundedLetterView like the one in Android 5.0 Contacts app","archived":false,"fork":false,"pushed_at":"2019-03-23T19:59:05.000Z","size":1570,"stargazers_count":643,"open_issues_count":0,"forks_count":116,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-07-31T18:16:50.755Z","etag":null,"topics":["android","roundedletterview","view"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pavlospt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-13T16:10:10.000Z","updated_at":"2024-05-29T18:24:21.000Z","dependencies_parsed_at":"2022-08-21T20:50:51.830Z","dependency_job_id":null,"html_url":"https://github.com/pavlospt/RoundedLetterView","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavlospt%2FRoundedLetterView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavlospt%2FRoundedLetterView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavlospt%2FRoundedLetterView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavlospt%2FRoundedLetterView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pavlospt","download_url":"https://codeload.github.com/pavlospt/RoundedLetterView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243494051,"owners_count":20299758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","roundedletterview","view"],"created_at":"2024-07-30T18:00:42.872Z","updated_at":"2025-03-13T22:31:54.132Z","avatar_url":"https://github.com/pavlospt.png","language":"Java","funding_links":[],"categories":["Index `(light-weight pages)`","Java","Index","Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"RoundedLetterView\n=================\n\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-RoundedLetterView-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1135)\n\n[ ![Download](https://api.bintray.com/packages/pavlospt/android-libraries/RoundedLetterView/images/download.svg) ](https://bintray.com/pavlospt/android-libraries/RoundedLetterView/_latestVersion)\n\nRoundedLetterView like the one in Android 5.0 Contacts app\n\n![RoundedLetterView](/Screenshots/device-2014-11-13-191000.png)\n\nAttributes to choose from:\n\n* `rlv_titleText` - The text in the first row.\n* `rlv_titleSize` - The size of the first row text.\n* `rlv_titleColor` - The color of the first row text.\n* `rlv_backgroundColorValue` - the color between the circle and the stroke.\n    \nExample\n=======\n```xml\n \u003ccom.github.pavlospt.roundedletterview.RoundedLetterView\n        xmlns:app=\"http://schemas.android.com/apk/res-auto\"\n        android:id=\"@+id/rlv_name_view\"\n        android:layout_width=\"56dp\"\n        android:layout_height=\"56dp\"\n        android:layout_marginStart=\"15dp\"\n        app:backgroundColorValue=\"@color/green\" (rlv_backgroundColorValue in v1.1)\n        app:titleColor=\"@android:color/white\" (rlv_titleColor in v1.1)\n        app:titleSize=\"35dp\" (rlv_titleSize in v1.1)\n        app:titleText=\"A\" /\u003e (rlv_titleText in v1.1)\n```\n\nWhat's new\n==========\n\nv1.0: Initial Commit\n\nv1.1: Ability to set custom Font on the Text using a Typeface object. **setTypeface(font: Typeface)**\n\nMigrating from 1.0 to 1.1\n=========================\n\nIf you are using version **1.1** you have to add the prefix `rlv_` before each attribute. \n\nHow To Use\n==========\n\n``compile 'com.github.pavlospt:roundedletterview:1.3'``\n\nCredits\n=======\nAuthor : Pavlos-Petros Tournaris (p.tournaris@gmail.com)\n\nGoogle+ : [+Pavlos-Petros Tournaris](https://plus.google.com/u/0/+PavlosPetrosTournaris/)\n\nFacebook : [Pavlos-Petros Tournaris](https://www.facebook.com/pavlospt)\n\nLinkedIn : [Pavlos-Petros Tournaris](https://www.linkedin.com/pub/pavlos-petros-tournaris/44/abb/218)\n\n(In case you use this in your app let me know to make a list of apps that use it! )\n\n\nLicense\n=======\n\n    Copyright 2014 Pavlos-Petros Tournaris\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n    \n       http://www.apache.org/licenses/LICENSE-2.0\n    \n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavlospt%2FRoundedLetterView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpavlospt%2FRoundedLetterView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavlospt%2FRoundedLetterView/lists"}