summaryrefslogtreecommitdiffstats
path: root/res/layout/dialog_blacklist_edit_entry.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/dialog_blacklist_edit_entry.xml')
-rw-r--r--res/layout/dialog_blacklist_edit_entry.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/layout/dialog_blacklist_edit_entry.xml b/res/layout/dialog_blacklist_edit_entry.xml
index 30b7c24..ef66325 100644
--- a/res/layout/dialog_blacklist_edit_entry.xml
+++ b/res/layout/dialog_blacklist_edit_entry.xml
@@ -31,6 +31,20 @@
android:paddingStart="10dip"
android:paddingEnd="10dip">
+ <LinearLayout android:id="@+id/country_code_layout"
+ android:visibility="gone"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content">
+ <TextView android:text="@string/blacklist_country_code_plus"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content" />
+
+ <Spinner android:id="@+id/number_country_code"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal" />
+ </LinearLayout>
+
<EditText android:id="@+id/number_edit"
android:layout_width="0dip"
android:layout_weight="1"