From b3d73844bd131e6aa806ea44e00cd6c4cd715cda Mon Sep 17 00:00:00 2001 From: calderwoodra Date: Tue, 11 Jul 2017 17:54:31 -0700 Subject: PostCallActivity edittext is not always visible on all screen sizes. before: http://screen/DsVrM1vK89e after: http://screen/RzGZvPTXRQb Bug: 63093275 Test: manual PiperOrigin-RevId: 161609906 Change-Id: If53681b9414dd79dba16371f42be437f1afa2729 --- .../dialer/widget/res/layout/fragment_message.xml | 32 ++++++++++++++-------- 1 file changed, 20 insertions(+), 12 deletions(-) (limited to 'java/com/android/dialer/widget/res') diff --git a/java/com/android/dialer/widget/res/layout/fragment_message.xml b/java/com/android/dialer/widget/res/layout/fragment_message.xml index 5b0bab536..bdb85fa81 100644 --- a/java/com/android/dialer/widget/res/layout/fragment_message.xml +++ b/java/com/android/dialer/widget/res/layout/fragment_message.xml @@ -14,28 +14,36 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License --> - - + + + + + android:background="#12000000" + android:layout_above="@+id/edittext_container"/> + android:layout_height="wrap_content" + android:layout_alignParentBottom="true"> + android:imeOptions="flagNoExtractUi|actionSend"/> - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3