History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcutAppItemLayout.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
51efddbd3bb304de2dd47fa8cd1114ac555958bb 05-Apr-2017 Alan Viverette <alanv@google.com> Remove unnecessary casts on calls to findViewById

Just frameworks/ this time. More paths to come.

Bug: 24137209
Test: make -j32
Change-Id: Iff27abd26fa43296ac2fff8f534fc6742d2ae80c
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcutAppItemLayout.java
e2c893fc2d26fd2a3c1accb8fc78dddc8022e1bf 15-Dec-2016 Peeyush Agarwal <apeeyush@google.com> Fix keyboard shortcut display layout

The keyboard_shortcuts_keyword TextView in keyboard_shortcut_app_item
layout was wrap_content making it take all the space in case the text is
too long. The TextView is now rendered indide a KeyboardShortcutsLayout
which extends the RelativeLayout and sets the maxWidth of
keyboard_shortcuts_keyword TextView to 70% when onMeasure is called with
EXACT MeasureSpec.

Bug: 32980732
Fixes: 32980732
Test: Manual
Change-Id: I1250802af0a4ad011e842318384ca6fe5686989c
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcutAppItemLayout.java