You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
774 B
7 lines
774 B
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<View android:id="@id/gallery_top" android:background="@color/tab_bg" android:layout_width="fill_parent" android:layout_height="@dimen/actionbar_height" android:layout_alignParentTop="true" />
|
||
|
<com.viatech.gallery.GalleryView android:id="@id/local_files_view" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_below="@id/gallery_top" />
|
||
|
<com.viatech.gallery.RemoteGalleryView android:id="@id/oss_files_view" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_below="@id/gallery_top" />
|
||
|
</RelativeLayout>
|