aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/actionbar_add_media.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/actionbar_add_media.xml')
-rw-r--r--WordPress/src/main/res/layout/actionbar_add_media.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/actionbar_add_media.xml b/WordPress/src/main/res/layout/actionbar_add_media.xml
new file mode 100644
index 000000000..64885ccc6
--- /dev/null
+++ b/WordPress/src/main/res/layout/actionbar_add_media.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="@drawable/dialog_full_holo_light"
+ android:orientation="vertical" >
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:paddingBottom="15dp"
+ android:paddingLeft="20dp"
+ android:paddingRight="20dp"
+ android:paddingTop="15dp"
+ android:text="@string/media_add_popup_title"
+ android:textSize="20sp" />
+
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="2dp"
+ android:background="@color/blue_wordpress" />
+
+ <ListView
+ android:id="@+id/actionbar_add_media_listview"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:divider="@color/blue_wordpress"
+ android:dividerHeight="1dp"
+ android:paddingLeft="20dp"
+ android:paddingRight="20dp" >
+ </ListView>
+
+</LinearLayout> \ No newline at end of file