Skip to content

Contact us Ui improvement #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 5 additions & 11 deletions app/src/main/res/drawable/cardview_rounded.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="250dp"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="270dp"
android:height="60dp"
android:viewportWidth="250"
android:viewportHeight="60"
>
android:viewportHeight="60">

<group>

<clip-path
android:pathData="M30 0H220C236.569 0 250 13.4315 250 30C250 46.5685 236.569 60 220 60H30C13.4315 60 0 46.5685 0 30C0 13.4315 13.4315 0 30 0Z"
/>
<clip-path android:pathData="M30 0H220C236.569 0 250 13.4315 250 30C250 46.5685 236.569 60 220 60H30C13.4315 60 0 46.5685 0 30C0 13.4315 13.4315 0 30 0Z" />

<path
android:pathData="M0 0V60H250V0"
android:fillColor="#FFFBFB"
/>
android:pathData="M0 0V60H250V0" />

</group>

Expand Down
15 changes: 4 additions & 11 deletions app/src/main/res/drawable/ellipse_header.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="444dp"
android:height="262dp"
android:viewportWidth="444"
android:viewportHeight="262"
>
android:viewportHeight="262">

<group>

<clip-path
android:pathData="M444 131C444 203.349 344.607 262 222 262C99.3928 262 0 203.349 0 131C0 58.6507 99.3928 0 222 0C344.607 0 444 58.6507 444 131Z"
/>
<clip-path android:pathData="M444 131C444 203.349 344.607 262 222 262C99.3928 262 0 203.349 0 131C0 58.6507 99.3928 0 222 0C344.607 0 444 58.6507 444 131Z" />

<path
android:pathData="M0 0V262H444V0"
android:fillColor="#FFFFFF"
/>
android:pathData="M0 0V262H444V0" />

</group>

Expand Down
37 changes: 15 additions & 22 deletions app/src/main/res/drawable/rectangle_2.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="286dp"
android:height="542dp"
android:viewportWidth="286"
android:viewportHeight="542"
>

<group>

<clip-path
android:pathData="M50 0H236C263.614 0 286 22.3858 286 50V492C286 519.614 263.614 542 236 542H50C22.3858 542 0 519.614 0 492V50C0 22.3858 22.3858 0 50 0Z"
/>

<path
android:pathData="M0 0V542H286V0"
android:fillColor="#309E616A"
/>

</group>

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="286dp"
android:height="542dp"
android:viewportWidth="286"
android:viewportHeight="542">

<group>
<clip-path android:pathData="M50 0H236C263.614 0 286 22.3858 286 50V492C286 519.614 263.614 542 236 542H50C22.3858 542 0 519.614 0 492V50C0 22.3858 22.3858 0 50 0Z" />

<path
android:fillColor="@color/dark_blue"
android:pathData="M0 0V542H286V0" />

</group>

</vector>
Loading