blob: ccd8499038af1dcd91d9d06272323f182144e341 (
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"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="?background_color"
android:orientation="vertical" >
<include layout="@layout/actionbar" />
<include layout="@layout/cachedetail_images_page" />
</LinearLayout>
|