diff --git a/android/res/layout/dialog_download_multiple_items.xml b/android/res/layout/dialog_download_multiple_items.xml new file mode 100644 index 0000000000..fc9b5bb4ef --- /dev/null +++ b/android/res/layout/dialog_download_multiple_items.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + diff --git a/android/res/layout/dialog_download_single_item.xml b/android/res/layout/dialog_download_single_item.xml new file mode 100644 index 0000000000..e0d3735cdd --- /dev/null +++ b/android/res/layout/dialog_download_single_item.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + diff --git a/android/res/layout/item_country_dialog.xml b/android/res/layout/item_country_dialog.xml new file mode 100644 index 0000000000..bfba070c4f --- /dev/null +++ b/android/res/layout/item_country_dialog.xml @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/android/res/layout/item_country_group_dialog.xml b/android/res/layout/item_country_group_dialog.xml new file mode 100644 index 0000000000..1e13f6012a --- /dev/null +++ b/android/res/layout/item_country_group_dialog.xml @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/android/res/layout/item_country_group_dialog_expanded.xml b/android/res/layout/item_country_group_dialog_expanded.xml new file mode 100644 index 0000000000..5fd1860e17 --- /dev/null +++ b/android/res/layout/item_country_group_dialog_expanded.xml @@ -0,0 +1,32 @@ + + + + + + + + + + diff --git a/android/res/values/styles.xml b/android/res/values/styles.xml index 4042df8d77..934e5b33ed 100644 --- a/android/res/values/styles.xml +++ b/android/res/values/styles.xml @@ -11,6 +11,7 @@ @color/text_dark_hint @style/MwmWidget.ListView @style/MwmWidget.TextView + @style/MwmMain.DialogFragment stateUnspecified|adjustPan @android:color/white @null @@ -34,6 +35,24 @@ 16dip + + + +