aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/reader_thumbnail_strip_labels.xml
blob: 3f643d0af14defee7894a5e1b7d8e3e15b2f3e5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="center_vertical"
    android:layout_marginLeft="@dimen/margin_large"
    android:orientation="vertical">

    <org.wordpress.android.widgets.WPTextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="@string/reader_label_view_gallery"
        android:textColor="@color/blue_medium"
        android:textSize="@dimen/text_sz_medium" />

    <org.wordpress.android.widgets.WPTextView
        android:id="@+id/text_gallery_count"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textColor="@color/grey_dark"
        android:textSize="@dimen/text_sz_small"
        tools:text="3 images" />
</LinearLayout>