aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/reader_thumbnail_strip.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/reader_thumbnail_strip.xml')
-rw-r--r--WordPress/src/main/res/layout/reader_thumbnail_strip.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/reader_thumbnail_strip.xml b/WordPress/src/main/res/layout/reader_thumbnail_strip.xml
new file mode 100644
index 000000000..19caf6597
--- /dev/null
+++ b/WordPress/src/main/res/layout/reader_thumbnail_strip.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:background="?android:selectableItemBackground"
+ android:orientation="vertical">
+
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="1dp"
+ android:background="@color/reader_divider_grey" />
+
+ <LinearLayout
+ android:id="@+id/thumbnail_strip_container"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginBottom="@dimen/margin_medium"
+ android:layout_marginTop="@dimen/margin_medium"
+ android:orientation="horizontal" />
+
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="1dp"
+ android:background="@color/reader_divider_grey" />
+</LinearLayout> \ No newline at end of file