зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1140210 - Add class comment to MenuItemSwitcherLayout. r=liuche
--HG-- extra : commitid : Ber6FCYbhO0 extra : rebase_source : 5c8bf9197bce937fe51bd9a0bde4ee4a005c4755
This commit is contained in:
Родитель
185c646823
Коммит
bb76d0c878
|
@ -20,6 +20,13 @@ import android.view.View;
|
|||
import android.widget.ImageButton;
|
||||
import android.widget.LinearLayout;
|
||||
|
||||
/**
|
||||
* This class is a container view for menu items that:
|
||||
* * Shows text if there is enough space and there are
|
||||
* no action buttons ({@link #mActionButtons}).
|
||||
* * Shows an icon if there is not enough space for text,
|
||||
* or there are action buttons.
|
||||
*/
|
||||
public class MenuItemSwitcherLayout extends LinearLayout
|
||||
implements GeckoMenuItem.Layout,
|
||||
View.OnClickListener {
|
||||
|
|
Загрузка…
Ссылка в новой задаче