From b036c3187e4b2c17fac22751b8784e85512d3f81 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Sat, 2 Nov 2019 19:04:15 +0100 Subject: [PATCH] feat(README): WIP --- .github/README.png | Bin 0 -> 259128 bytes README.md | 4 ++++ app/src/main/res/layout/contact.xml | 4 +--- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .github/README.png create mode 100644 README.md diff --git a/.github/README.png b/.github/README.png new file mode 100644 index 0000000..c86239a Binary files /dev/null and b/.github/README.png differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..786e769 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Dunbar +> An app to help you keep in touch with the people you care about + +![./.github/README.png]() diff --git a/app/src/main/res/layout/contact.xml b/app/src/main/res/layout/contact.xml index 0f066fd..182ff38 100644 --- a/app/src/main/res/layout/contact.xml +++ b/app/src/main/res/layout/contact.xml @@ -98,13 +98,11 @@ style="@style/Widget.MaterialComponents.Button.OutlinedButton" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginEnd="10dp" android:text="Call" android:visibility="invisible" app:icon="@android:drawable/ic_menu_call" app:layout_constraintBottom_toBottomOf="@id/contactText" - app:layout_constraintHorizontal_bias="1.0" - app:layout_constraintRight_toRightOf="parent" + app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@id/contactText" app:layout_constraintTop_toBottomOf="@id/contactPhone" tools:visibility="visible" /> -- libgit2 0.27.0