blob: 29ad570eaf195d05d78c497f2c01725705f648fa (
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/caches_images" />
</LinearLayout>
|