OSDN Git Service

Settings : Add country code to blacklist entry dialog
[android-x86/packages-apps-Settings.git] / res / layout / dialog_blacklist_edit_entry.xml
index 30b7c24..ef66325 100644 (file)
         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"