blob: 861fa7e4a5241f14e94982321ffb3ceae3476661 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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/cachedetail_images_page" />
</LinearLayout>
|