This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
tachiyomi/app/src/main/res/layout/fragment_page.xml

18 lines
561 B
XML
Raw Normal View History

2015-10-20 18:04:04 -04:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
2015-10-20 18:04:04 -04:00
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<ProgressBar
android:id="@+id/progress"
style="?android:attr/progressBarStyleLarge"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_gravity="center_vertical|center_horizontal"
android:visibility="gone" />
<include layout="@layout/chapter_image"/>
</FrameLayout>