feat: 优化代码

pull/182/head
kunfei 5 years ago
parent 144f15e1a6
commit fe044bf932
  1. 4
      app/src/main/res/layout/activity_rss_artivles.xml

@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical">
<io.legado.app.ui.widget.TitleBar
@ -12,7 +13,8 @@
<com.google.android.material.tabs.TabLayout
android:id="@+id/tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
app:tabMode="scrollable" />
<androidx.viewpager.widget.ViewPager
android:id="@+id/view_pager"

Loading…
Cancel
Save