{"id":20122807,"url":"https://github.com/amitthecoder/log-in","last_synced_at":"2025-03-02T20:25:47.463Z","repository":{"id":172968201,"uuid":"649667209","full_name":"amitthecoder/log-in","owner":"amitthecoder","description":"Log in page design in Android Studio using xml ( material designe )","archived":false,"fork":false,"pushed_at":"2023-06-06T07:53:32.000Z","size":298,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T18:57:36.446Z","etag":null,"topics":["android","android-app","android-application","android-development","android-studio","android-ui","kotlin","kotlin-android","kotlin-native","login-forms","login-page","login-page-ui","login-screen","material-design","material-ui"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/amitthecoder.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-05T11:28:15.000Z","updated_at":"2025-02-22T00:45:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"722b0a66-acf5-482f-bd0c-8289cdc88648","html_url":"https://github.com/amitthecoder/log-in","commit_stats":null,"previous_names":["amitthecoder/log-in"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitthecoder%2Flog-in","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitthecoder%2Flog-in/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitthecoder%2Flog-in/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitthecoder%2Flog-in/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amitthecoder","download_url":"https://codeload.github.com/amitthecoder/log-in/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241566160,"owners_count":19983256,"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-app","android-application","android-development","android-studio","android-ui","kotlin","kotlin-android","kotlin-native","login-forms","login-page","login-page-ui","login-screen","material-design","material-ui"],"created_at":"2024-11-13T19:41:15.307Z","updated_at":"2025-03-02T20:25:47.437Z","avatar_url":"https://github.com/amitthecoder.png","language":"Kotlin","readme":"## Screenshot\n\n![Demo](https://raw.githubusercontent.com/amitthecoder/log-in/main/screenshot.jpg \"Demo\")\n\n## XML Code\n\n```xml \n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cLinearLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    xmlns:app=\"http://schemas.android.com/apk/res-auto\"\n    xmlns:tools=\"http://schemas.android.com/tools\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"\n    android:orientation=\"vertical\"\n    android:layout_gravity=\"center\"\n    android:gravity=\"center\"\n    tools:context=\".MainActivity\"\n    android:padding=\"20dp\"\u003e\n\n\n    \u003ccom.google.android.material.textfield.TextInputLayout\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"wrap_content\"\n        app:startIconDrawable=\"@drawable/username\"\n        app:endIconMode=\"clear_text\"\n        android:hint=\"@string/username\"\u003e\n        \u003ccom.google.android.material.textfield.TextInputEditText\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"wrap_content\"/\u003e\n    \u003c/com.google.android.material.textfield.TextInputLayout\u003e\n\n    \u003ccom.google.android.material.textfield.TextInputLayout\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"wrap_content\"\n        android:layout_marginTop=\"30dp\"\n        app:startIconDrawable=\"@drawable/password\"\n        app:endIconMode=\"password_toggle\"\n        android:hint=\"@string/password\"\u003e\n        \u003ccom.google.android.material.textfield.TextInputEditText\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"wrap_content\"\n            android:inputType=\"textPassword\"/\u003e\n    \u003c/com.google.android.material.textfield.TextInputLayout\u003e\n\n    \u003ccom.google.android.material.button.MaterialButton\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        android:textColor=\"@color/white\"\n        android:backgroundTint=\"@color/black\"\n        android:text=\"@string/log_in\"\n        android:clickable=\"true\"\n        android:layout_marginTop=\"30dp\"\n        android:focusable=\"true\" /\u003e\n\n\u003c/LinearLayout\u003e\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitthecoder%2Flog-in","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famitthecoder%2Flog-in","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitthecoder%2Flog-in/lists"}