{"id":17160791,"url":"https://github.com/danielceinos/fsanimatedtextview","last_synced_at":"2025-04-13T13:31:51.694Z","repository":{"id":201749290,"uuid":"120006857","full_name":"danielceinos/FSAnimatedTextView","owner":"danielceinos","description":"Animated Number Text View Library","archived":false,"fork":false,"pushed_at":"2018-02-04T12:33:25.000Z","size":1055,"stargazers_count":33,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-03-27T05:01:42.486Z","etag":null,"topics":["android","android-library","kotlin","kotlin-android","kotlin-library","library","number","textview"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielceinos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-02-02T16:50:51.000Z","updated_at":"2024-09-03T05:39:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"32e216bc-4a4e-428c-aa25-be9cd41e158a","html_url":"https://github.com/danielceinos/FSAnimatedTextView","commit_stats":null,"previous_names":["danielceinos/fsanimatedtextview"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielceinos%2FFSAnimatedTextView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielceinos%2FFSAnimatedTextView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielceinos%2FFSAnimatedTextView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielceinos%2FFSAnimatedTextView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielceinos","download_url":"https://codeload.github.com/danielceinos/FSAnimatedTextView/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248721137,"owners_count":21151051,"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","android-library","kotlin","kotlin-android","kotlin-library","library","number","textview"],"created_at":"2024-10-14T22:26:02.937Z","updated_at":"2025-04-13T13:31:46.684Z","avatar_url":"https://github.com/danielceinos.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FSAnimatedTextView\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/danielceinos/FSAnimatedTextView/blob/master/LICENSE.md)\n[![Version](https://img.shields.io/badge/jitpack-1.0.5-green.svg)](https://jitpack.io/#danielceinos/FSAnimatedTextView/1.0.5)\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://github.com/danielceinos/FSAnimatedTextView/blob/develop/example2.gif\" /\u003e\n\u003c/p\u003e\n\n# Requirements\n\n- minAndroidSdk: 16\n\n# Installation\n  \n  Add to your gradle.build:\n  ```\n  allprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n  ```\n  ```\n  dependencies {\n\t        compile 'com.github.danielceinos:FSAnimatedTextView:1.0.5'\n\t}\n  ```\n# Use\n\n## Options\n\n```xml\n    \u003cattr name=\"textSize\" format=\"dimension\"/\u003e\n    \u003cattr name=\"textColor\" format=\"color\"/\u003e\n    \u003cattr name=\"duration\" format=\"integer\"/\u003e\n    \u003cattr name=\"leftDrawable\" format=\"reference\"/\u003e\n    \u003cattr name=\"leftDrawableHeight\" format=\"dimension\"/\u003e\n    \u003cattr name=\"leftDrawableWidth\" format=\"dimension\"/\u003e\n    \u003cattr name=\"leftDrawableSize\" format=\"dimension\"/\u003e\n    \u003cattr name=\"leftDrawableTint\" format=\"color\"/\u003e\n    \u003cattr name=\"colorFeedback\" format=\"boolean\"/\u003e\n```\n\n## Example\n\n```xml\n \u003ccom.fireshield.animatedtextview.FSAnimatedTV\n          android:id=\"@+id/tv_retweet\"\n          android:layout_width=\"wrap_content\"\n          android:layout_height=\"wrap_content\"\n          android:layout_marginLeft=\"6dp\"\n          android:layout_weight=\"1\"\n          app:colorFeedback=\"true\"\n          app:duration=\"200\"\n          app:leftDrawable=\"@drawable/ic_cached\"\n          app:leftDrawableSize=\"20dp\"\n          app:leftDrawableTint=\"#FFF\"\n          app:textColor=\"#FFF\"\n          app:textSize=\"16sp\"\n          /\u003e\n```\n\n```kotlin\n\tfindViewById\u003cFSAnimatedTV\u003e(R.id.tv_number).setNum(1337)\n```\n\n```kotlin\n\tfindViewById\u003cFSAnimatedTV\u003e(R.id.tv_number).setText(\"hey!\")\n```\n\n```kotlin\n\tfindViewById\u003cFSAnimatedTV\u003e(R.id.tv_like).increment(1)\n```\n     \n```kotlin\n\tfindViewById\u003cFSAnimatedTV\u003e(R.id.tv_like).decrement(6)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielceinos%2Ffsanimatedtextview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielceinos%2Ffsanimatedtextview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielceinos%2Ffsanimatedtextview/lists"}