From ac8c1c0eee4e3cb7a8179a3de96b7005ebb8757d Mon Sep 17 00:00:00 2001 From: Ernir Erlingsson Date: Wed, 15 Jun 2016 22:53:48 +0200 Subject: [PATCH] synched conversation and forum input --- briar-android/res/drawable/round_button.xml | 13 -------- .../res/drawable/social_send_now_white.xml | 4 +-- .../res/layout/activity_conversation.xml | 30 ++----------------- briar-android/res/layout/text_input_field.xml | 5 ++-- .../android/contact/ConversationActivity.java | 7 ++--- 5 files changed, 11 insertions(+), 48 deletions(-) delete mode 100644 briar-android/res/drawable/round_button.xml diff --git a/briar-android/res/drawable/round_button.xml b/briar-android/res/drawable/round_button.xml deleted file mode 100644 index 421deb97a..000000000 --- a/briar-android/res/drawable/round_button.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/briar-android/res/drawable/social_send_now_white.xml b/briar-android/res/drawable/social_send_now_white.xml index 43662f48b..29d5069d5 100644 --- a/briar-android/res/drawable/social_send_now_white.xml +++ b/briar-android/res/drawable/social_send_now_white.xml @@ -1,6 +1,6 @@ - - - - - - - + android:layout_height="wrap_content"/> \ No newline at end of file diff --git a/briar-android/res/layout/text_input_field.xml b/briar-android/res/layout/text_input_field.xml index c59e93c7e..8b60f7b44 100644 --- a/briar-android/res/layout/text_input_field.xml +++ b/briar-android/res/layout/text_input_field.xml @@ -6,6 +6,7 @@ android:layout_height="wrap_content" android:background="@color/button_bar_background" android:elevation="@dimen/margin_tiny" + android:gravity="bottom" android:orientation="horizontal" android:paddingLeft="@dimen/margin_large" android:paddingStart="@dimen/margin_large"> @@ -21,8 +22,8 @@