Bug 1140210 - Add class comment to MenuItemSwitcherLayout. r=liuche

--HG--
extra : commitid : Ber6FCYbhO0
extra : rebase_source : 5c8bf9197bce937fe51bd9a0bde4ee4a005c4755
This commit is contained in:
Michael Comella 2015-10-15 14:48:37 -07:00
Родитель 185c646823
Коммит bb76d0c878
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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 {