|
|
|
@ -8,27 +8,46 @@ |
|
|
|
|
app:divider="@drawable/ic_divider" |
|
|
|
|
app:showDividers="middle"> |
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
android:id="@+id/top_status_bar" |
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="25dp" /> |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
android:id="@+id/content_panel" |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_top_left" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_top_right" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.page.ContentTextView |
|
|
|
|
android:id="@+id/content_text_view" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:layout_weight="1"> |
|
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.page.ContentTextView |
|
|
|
|
android:id="@+id/content_text_view" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" /> |
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_bottom_left" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
android:id="@+id/bottom_status_bar" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="25dp" /> |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_bottom_right" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat> |