mihon/app/src/main/res/layout/item_webtoon_reader.xml

16 lines
522 B
XML
Raw Normal View History

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