Bug 829198 - Use smaller font-size for context menu items. r=mfinkle

This commit is contained in:
Wes Johnston 2013-01-10 12:26:58 -08:00
Родитель 5bbb7954d5
Коммит 37f076549e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -309,7 +309,7 @@ public class PromptService implements OnClickListener, OnCancelListener, OnItemC
int length = mInputs == null ? 0 : mInputs.length;
if (aMenuList != null && aMenuList.length > 0) {
int resourceId = android.R.layout.select_dialog_item;
int resourceId = android.R.layout.simple_list_item_1;
if (mSelected != null && mSelected.length > 0) {
if (aMultipleSelection) {
resourceId = R.layout.select_dialog_multichoice;