Skip to content

Commit

Permalink
minnor changes to ui
Browse files Browse the repository at this point in the history
  • Loading branch information
subrotokumar committed Feb 6, 2022
1 parent 0d9095b commit 80ad9c4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<p align="center"><a href="https://github.com/subrotokumar/flames"><img src="https://cdn.discordapp.com/attachments/714398127662039080/939899717318508594/love-birds.png" width="150"></a></p>
<h2 align="center"><b>FLAMES</b></h2>
<h4 align="center">A fun Android app to find the relationship between two person.</h4>
<p align="center"><a href="https://github.com/subrotokumar/flames/releases"><img src="/meta/android/download.png"></a></p>
<p align="center">
<a href="https://github.com/subrotokumar/flames" alt="GitHub release"><img src="https://img.shields.io/badge/version-1.0.0-blue.svg" ></a>

<!--
<a href="/LICENSE" alt="License: GPLv3"><img src="https://img.shields.io/badge/License-MIT-orange.svg"></a>
<a href="https://github.com/Killerpac/AnimeXStream-Re" alt="Build Status"><img src="https://img.shields.io/badge/build-passing-green.svg"></a>
-->
</p>
<hr>

<h3 align="center">**Star :star: this repo to show your support and it really does matter!** :clap:</h4>

## Description
FLLAMES is simple fun to play love calculator app.



### Features
* Can tell you the relation between two person.

### Technologies used
* Kotlin
* JSON
* API
* Glide

## Contribution
Your ideas, translations, design changes, code cleaning, or real heavy code changes or any help is always welcome. The more is contribution the better it gets

[Pull requests](https://github.com/flam/pulls) will be reviewed

#### Known issues and limitations
- Sometimes app crashed after pressing submit button

2 changes: 0 additions & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:hint="@string/first_person_name"
android:textAlignment="center"
android:inputType="textCapWords"
android:text=""
android:textColor="#363a47"
Expand Down Expand Up @@ -104,7 +103,6 @@
android:hint="@string/second_person_name"
android:inputType="textCapWords"
android:text=""
android:textAlignment="center"
android:textColor="#363a47"/>
</com.google.android.material.textfield.TextInputLayout>

Expand Down

0 comments on commit 80ad9c4

Please sign in to comment.