Bug 854458 - Implement keyboard navigation in TwoWayView (r=mfinkle)

This commit is contained in:
Lucas Rocha 2013-04-08 14:38:37 +01:00
parent b7c5926e3b
commit 62c20c3850
2 changed files with 1118 additions and 2 deletions

View File

@ -55,7 +55,7 @@ public class TabsTray extends TwoWayView
mCloseAnimationCount = 0;
mPendingClosedTabs = new ArrayList<View>();
//setItemsCanFocus(true);
setItemsCanFocus(true);
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TabsTray);
boolean isPrivate = (a.getInt(R.styleable.TabsTray_tabs, 0x0) == 1);

File diff suppressed because it is too large Load Diff