aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/images_activity.xml
blob: d32e9e5c57e1afef4cfc74eba5a1f3be90b93e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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="fill_parent"
    android:layout_height="fill_parent"
    android:background="?background_color"
    android:orientation="vertical"
    tools:context=".ImagesActivity" >

    <include layout="@layout/cachedetail_images_page" />

</LinearLayout>